Skip to content

Commit

Permalink
[NFC] Cleanup flake8 related code as unused (#5613)
Browse files Browse the repository at this point in the history
ruff is used insead

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Jan 15, 2025
1 parent 5fa8359 commit a30ccb1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ def get_git_commit_hash(length=8):
],
"tests": [
"autopep8",
"flake8",
"isort",
"numpy",
"pytest",
Expand Down
2 changes: 1 addition & 1 deletion python/test/unit/language/test_core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa: F821,F841
# ruff: noqa: F821,F841
import contextlib
import itertools
import re
Expand Down
2 changes: 1 addition & 1 deletion third_party/proton/proton/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
# ruff: noqa
from .scope import scope, cpu_timed_scope, enter_scope, exit_scope
from .state import state, enter_state, exit_state
from .profile import (
Expand Down

0 comments on commit a30ccb1

Please sign in to comment.