Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pre-commit-ci-update-config' int…
Browse files Browse the repository at this point in the history
…o ci_bump-test-versions
  • Loading branch information
scottclowe committed Sep 13, 2024
2 parents 6e2cb43 + 694043e commit 14478c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: isort
Expand All @@ -11,7 +11,7 @@ repos:
args: ["--profile=black"]

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

- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.12b0]

- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
rev: 0.7.1
hooks:
- id: nbstripout
args: ["--keep-count"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.8.7
hooks:
- id: nbqa-black
args:
Expand All @@ -53,7 +53,7 @@ repos:
- id: nbqa-flake8

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
Expand All @@ -66,7 +66,7 @@ repos:
types: [text]

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

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

0 comments on commit 14478c9

Please sign in to comment.