Skip to content

Commit

Permalink
Merge pull request #442 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 Feb 11, 2025
2 parents 11b9f63 + 01f80f2 commit c8135d0
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
Expand Up @@ -19,7 +19,7 @@ repos:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -29,14 +29,14 @@ repos:
args: [ --select, I, --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/docformatter
rev: eb1df34 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]
# args: [--in-place, --config, ./pyproject.toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [types-PyYAML]
Expand Down

0 comments on commit c8135d0

Please sign in to comment.