Skip to content

Commit

Permalink
Merge pull request #761 from graphnet-team/revert-758-pre-commit_fix
Browse files Browse the repository at this point in the history
Revert "pre-commit autoupdate"
  • Loading branch information
RasmusOrsoe authored Oct 28, 2024
2 parents 9677469 + f96d6d9 commit 52cb281
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,28 +1,28 @@
exclude: '^(versioneer.py|src/graphnet/_version.py|docs/)'
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 22.3.0
hooks:
- id: black
language_version: python3
args: [--config=black.toml]
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 4.0.1
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pycqa/docformatter
rev: v1.7.5
rev: v1.5.0
hooks:
- id: docformatter
language_version: python3
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
rev: 6.1.1
hooks:
- id: pydocstyle
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v0.982
hooks:
- id: mypy
args: [--follow-imports=silent, --disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls]
Expand Down

0 comments on commit 52cb281

Please sign in to comment.