Skip to content

Update to TorchFix 0.0.2 #2201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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