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 d8b59ad commit 2e3b56aCopy full SHA for 2e3b56a
.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.5.0
+ rev: v5.0.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-toml
@@ -12,18 +12,18 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.15.0
+ rev: v3.19.1
16
17
- id: pyupgrade
18
args:
19
- --py38-plus
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.0.292
+ rev: v0.9.6
22
23
- id: ruff
24
25
- --fix
26
- repo: https://github.com/psf/black
27
- rev: 23.9.1
+ rev: 25.1.0
28
29
- id: black
0 commit comments