We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e2a1b commit 45e4b8cCopy full SHA for 45e4b8c
.flake8
@@ -8,6 +8,6 @@ select =
8
# Missing argument descriptions in the docstring
9
D417,
10
# TorchFix
11
- TOR
+ TOR0,TOR1,TOR2
12
max-line-length = 120
13
exclude = docs/source,third_party
.pre-commit-config.yaml
@@ -34,6 +34,6 @@ repos:
34
- id: flake8
35
additional_dependencies:
36
- flake8-docstrings == 1.6.0
37
- - torchfix == 0.0.1
+ - torchfix == 0.0.2
38
args:
39
- --config=.flake8
0 commit comments