Skip to content

Commit 45e4b8c

Browse files
authored
Update to TorchFix 0.0.2 (#2201)
* Update to TorchFix 0.0.2 * Update .flake8
1 parent b5e2a1b commit 45e4b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ select =
88
# Missing argument descriptions in the docstring
99
D417,
1010
# TorchFix
11-
TOR
11+
TOR0,TOR1,TOR2
1212
max-line-length = 120
1313
exclude = docs/source,third_party

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ repos:
3434
- id: flake8
3535
additional_dependencies:
3636
- flake8-docstrings == 1.6.0
37-
- torchfix == 0.0.1
37+
- torchfix == 0.0.2
3838
args:
3939
- --config=.flake8

0 commit comments

Comments
 (0)