Skip to content

Commit

Permalink
pre-commit<4.0 & autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Nov 2, 2024
1 parent d14ff2f commit 8183405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 22.3.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
args: [--config=black.toml]
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.1.1
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pycqa/docformatter
rev: v1.5.0
rev: v1.7.5
hooks:
- id: docformatter
language_version: python3
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.13.0
hooks:
- id: mypy
args: [--follow-imports=silent, --disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# type: ignore[no-untyped-call]
# mypy: disable-error-code="no-untyped-call"
"""Setup script for the GraphNeT package."""

from setuptools import setup, find_packages
Expand Down Expand Up @@ -39,7 +39,7 @@
"MarkupSafe<=2.1",
"mypy",
"myst-parser",
"pre-commit<=4.0",
"pre-commit<4.0",
"pydocstyle",
"pylint",
"pytest",
Expand Down

0 comments on commit 8183405

Please sign in to comment.