Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: black

- repo: https://github.com/keewis/blackdoc
rev: v0.4.3
rev: v0.4.5
hooks:
- id: blackdoc

Expand All @@ -28,7 +28,7 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/isort
rev: 6.1.0
rev: 7.0.0
hooks:
- id: isort

Expand All @@ -50,7 +50,7 @@ repos:
]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.7.0
rev: v2.11.0
hooks:
- id: pyproject-fmt

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ skip = [
"setup.py",
"doc/conf.py",
]

[tool.pyproject-fmt]
# maximum Python version to use when generating version specifiers
max_supported_python = "3.13"
Loading