We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b542e8e commit b6086bfCopy full SHA for b6086bf
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
- repo: https://github.com/psf/black
5
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6
- rev: 24.2.0
+ rev: 24.4.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pycqa/isort
@@ -12,14 +12,14 @@ repos:
12
- id: isort
13
name: isort (python)
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.5.0
+ rev: v4.6.0
16
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.15.1
+ rev: v3.15.2
23
24
- id: pyupgrade
25
args: ["--py38-plus"]
0 commit comments