Skip to content

Commit

Permalink
2023-09-01 nightly release (45e4b8c)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Sep 1, 2023
1 parent b1333e8 commit 219deb5
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 219deb5

Please sign in to comment.