We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21562d2 commit 4780972Copy full SHA for 4780972
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: "23.3.0"
+ rev: "24.8.0"
10
11
- id: black
12
- repo: https://github.com/pycqa/isort
13
- rev: "5.12.0"
+ rev: "5.13.2"
14
15
- id: isort
16
name: isort (python)
0 commit comments