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 f937126 commit 3eae6eeCopy full SHA for 3eae6ee
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -12,15 +12,15 @@ repos:
12
- id: requirements-txt-fixer
13
- id: check-vcs-permalinks
14
- repo: https://github.com/psf/black
15
- rev: 23.3.0
+ rev: 25.1.0
16
17
- id: black
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.0.277
+ rev: v0.9.6
20
21
- id: ruff
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.9.0
+ rev: v3.19.1
24
25
- id: pyupgrade
26
args: ["--py38-plus"]
0 commit comments