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 d05a7ba commit dfc5809Copy full SHA for dfc5809
.pre-commit-config.yaml
@@ -2,21 +2,22 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: 'v4.1.0'
+ rev: 'v4.4.0'
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/psf/black
10
- rev: '22.10.0'
+ rev: '22.12.0'
11
12
- id: black
13
- repo: https://github.com/myint/autoflake
14
- rev: 'v1.4'
+ rev: 'v2.0.0'
15
16
- id: autoflake
17
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
18
- repo: https://github.com/pycqa/isort
19
- rev: '5.10.1'
+ rev: '5.11.4'
20
21
- id: isort
22
name: isort (python)
23
+ args: ["--profile", "black"]
0 commit comments