Skip to content

Commit

Permalink
Merge pull request #305 from NNPDF/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
felixhekhorn authored Oct 15, 2024
2 parents c82a228 + 77d4a35 commit bf1d441
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 @@ -14,11 +14,11 @@ repos:
- id: debug-statements
exclude: "debug.py"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
- repo: https://github.com/pycqa/isort
Expand All @@ -27,7 +27,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
- repo: https://github.com/hadialqattan/pycln
Expand All @@ -44,6 +44,6 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/pre-commit/pre-commit
rev: v4.0.0
rev: v4.0.1
hooks:
- id: validate_manifest

0 comments on commit bf1d441

Please sign in to comment.