Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.9.2 → 5.10.1](PyCQA/isort@5.9.2...5.10.1)
- [github.com/psf/black: 21.7b0 → 21.12b0](psf/black@21.7b0...21.12b0)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.12.0](adamchainz/blacken-docs@v1.10.0...v1.12.0)
- [github.com/nbQA-dev/nbQA: 1.0.0 → 1.2.2](nbQA-dev/nbQA@1.0.0...1.2.2)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
  • Loading branch information
pre-commit-ci[bot] committed Dec 27, 2021
1 parent 7c48d18 commit c81dc7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.10.1
hooks:
- id: isort
name: isort
Expand All @@ -11,7 +11,7 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.12b0
hooks:
- id: black
args:
Expand All @@ -24,7 +24,7 @@ repos:
types: [python]

- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.7b0]
Expand All @@ -35,7 +35,7 @@ repos:
- id: nbstripout

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.0.0
rev: 1.2.2
hooks:
- id: nbqa-black
args:
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
types: [text]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -90,7 +90,7 @@ repos:
exclude: \.(html|svg)$

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit c81dc7d

Please sign in to comment.