diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee1e0ca..e5a59bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/asottile/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==22.6.0] files: '.*\.md' - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout \ No newline at end of file