We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242f832 commit 2a5a3baCopy full SHA for 2a5a3ba
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
7
- id: end-of-file-fixer
8
- repo: https://github.com/PyCQA/isort
9
- rev: 5.12.0
+ rev: 6.0.0
10
11
- id: isort
12
# ----- repo maintenance -----
13
- repo: https://github.com/tox-dev/pyproject-fmt
14
- rev: "1.5.1"
+ rev: "v2.5.0"
15
16
- id: pyproject-fmt
17
exclude: "^{{ cookiecutter.project_slug }}/pyproject.toml"
18
- repo: https://github.com/abravalheri/validate-pyproject
19
- rev: "v0.15"
+ rev: "v0.23"
20
21
- id: validate-pyproject
0 commit comments