We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9c7bb commit 2577c8eCopy full SHA for 2577c8e
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-toml
6
- id: check-yaml
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/tox-dev/pyproject-fmt
10
- rev: "1.7.0"
+ rev: "1.8.0"
11
12
- id: pyproject-fmt
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.3.5
+ rev: v0.4.1
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
0 commit comments