Skip to content

Commit

Permalink
Update to TorchFix 0.0.2 (#2201)
Browse files Browse the repository at this point in the history
* Update to TorchFix 0.0.2

* Update .flake8
  • Loading branch information
kit1980 authored Sep 1, 2023
1 parent b5e2a1b commit 45e4b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ select =
# Missing argument descriptions in the docstring
D417,
# TorchFix
TOR
TOR0,TOR1,TOR2
max-line-length = 120
exclude = docs/source,third_party
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ repos:
- id: flake8
additional_dependencies:
- flake8-docstrings == 1.6.0
- torchfix == 0.0.1
- torchfix == 0.0.2
args:
- --config=.flake8

0 comments on commit 45e4b8c

Please sign in to comment.