From cf56c6b54a100bd4c9ea20dcafbba063ccf61dd8 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Thu, 31 Aug 2023 15:27:50 -0700 Subject: [PATCH 1/2] Update to TorchFix 0.0.2 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb071843f4..ef0fcd12b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 From 87833ed0dc8454ae94a4c0a4635c5052672d279f Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Thu, 31 Aug 2023 16:13:15 -0700 Subject: [PATCH 2/2] Update .flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 0d4b9398ff..27c8693a5c 100644 --- a/.flake8 +++ b/.flake8 @@ -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