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 40a47fd commit 86caeffCopy full SHA for 86caeff
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ files: ^soda/
4
exclude: antlr/
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: trailing-whitespace
10
- id: check-added-large-files
@@ -24,13 +24,13 @@ repos:
24
- id: autoflake
25
args: ["--in-place", "--remove-all-unused-imports"]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.19.1
+ rev: v3.20.0
28
29
- id: pyupgrade
30
exclude: _models?\.py$
31
args: [--py38-plus, --keep-runtime-typing]
32
- repo: https://github.com/PyCQA/isort
33
- rev: 6.0.0
+ rev: 6.0.1
34
35
- id: isort
36
additional_dependencies: [toml]
0 commit comments