We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50742d commit 2f26de7Copy full SHA for 2f26de7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
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-merge-conflict
6
- id: check-toml
@@ -16,17 +16,17 @@ repos:
16
- id: isort
17
name: isort
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.15.0
+ rev: v3.16.0
20
21
- id: pyupgrade
22
args: [--py37-plus]
23
- repo: https://github.com/psf/black
24
- rev: 24.1.1
+ rev: 24.4.2
25
26
- id: black
27
- id: black-jupyter
28
- repo: https://github.com/PyCQA/pylint
29
- rev: v3.0.3
+ rev: v3.2.6
30
31
- id: pylint
32
args: [--rcfile=.pylintrc]
0 commit comments