We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f108b1e commit adac21fCopy full SHA for adac21f
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude: ^tests/?.*/assets/.+
7
- id: end-of-file-fixer
8
9
- repo: https://github.com/pdm-project/pdm
10
- rev: 2.25.4
+ rev: 2.25.6
11
12
- id: pdm-lock-check
13
name: check lock file matches pyproject
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.11.7
+ rev: v0.12.9
16
17
- id: ruff
18
name: run linter
0 commit comments