File tree 4 files changed +293
-257
lines changed
4 files changed +293
-257
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,5 @@ dmypy.json
129
129
.pyre /
130
130
131
131
.vscode /
132
+ * output * /
133
+ wandb /
Original file line number Diff line number Diff line change @@ -21,17 +21,13 @@ repos:
21
21
hooks :
22
22
- id : isort
23
23
# Python static analysis
24
- - repo : https://github.com/pycqa/flake8
25
- rev : ' 5.0.4'
24
+ - repo : https://github.com/charliermarsh/ruff-pre-commit
25
+ # Ruff version.
26
+ rev : ' v0.0.199'
26
27
hooks :
27
- - id : flake8
28
- additional_dependencies :
29
- - darglint~=1.8.1
30
- - flake8-blind-except==0.2.1
31
- - flake8-builtins~=1.5.3
32
- - flake8-commas~=2.1.0
33
- - flake8-debugger~=4.1.2
34
- - flake8-docstrings~=1.6.0
28
+ - id : ruff
29
+ # Respect `exclude` and `extend-exclude` settings.
30
+ args : ["--force-exclude"]
35
31
# Shell static analysis
36
32
- repo : https://github.com/koalaman/shellcheck-precommit
37
33
rev : v0.8.0
You can’t perform that action at this time.
0 commit comments