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 efcfef2 commit ce1dd60Copy full SHA for ce1dd60
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: check-ast
6
- id: check-builtin-literals
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v2.32.1
+ rev: v2.34.0
16
17
- id: pyupgrade
18
- repo: https://github.com/PyCQA/isort
0 commit comments