Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1986)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.18.0 →
v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 →
v0.7.2](astral-sh/ruff-pre-commit@v0.7.0...v0.7.2)
- [github.com/kynan/nbstripout: 0.7.1 →
0.8.0](kynan/nbstripout@0.7.1...0.8.0)
- [github.com/gitleaks/gitleaks: v8.21.1 →
v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Nov 5, 2024
2 parents 21c7925 + 432e560 commit 4198e8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ['--py39-plus']
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.2
hooks:
- id: ruff
args: [ '--fix', '--show-fixes' ]
Expand Down Expand Up @@ -65,7 +65,7 @@ repos:
- id: nbqa-black
additional_dependencies: [ 'black==24.10.0' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.0
hooks:
- id: nbstripout
files: '.ipynb'
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
- id: codespell
additional_dependencies: [ 'tomli' ]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.1
rev: v8.21.2
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand Down

0 comments on commit 4198e8b

Please sign in to comment.