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/psf/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.7](nbQA-dev/nbQA@1.7.1...1.8.7)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 2742cf8 commit 3d02749
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.8.0
hooks:
- id: black
name: black
Expand All @@ -23,7 +23,7 @@ repos:
additional_dependencies: [".[jupyter]"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.7
hooks:
- id: nbqa-pyupgrade
args: ["--py310-plus"]
Expand All @@ -32,7 +32,7 @@ repos:
args: ["--extend-ignore=E402"]

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -53,7 +53,7 @@ repos:
args: [--drop-empty-cells]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand All @@ -65,7 +65,7 @@ repos:
args: ["--force-single-line-imports"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand Down

0 comments on commit 3d02749

Please sign in to comment.