We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242f832 commit 2da5860Copy full SHA for 2da5860
.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: v4.6.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: 5.13.2
10
11
- id: isort
12
# ----- repo maintenance -----
13
- repo: https://github.com/tox-dev/pyproject-fmt
14
- rev: "1.5.1"
+ rev: "2.1.4"
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.18"
20
21
- id: validate-pyproject
0 commit comments