Skip to content

Commit

Permalink
CLN:Remove asv/files from setup.cfg file (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothykiz1 committed Mar 15, 2022
1 parent 3af84b8 commit f80874c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion asv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

from asv._version import version as __version__
from asv import plugin_manager
from asv import plugin_manager # noqa F401 Needed to load the plugins

__all__ = '__version__',
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ ignore =
W504, # W504: Line break occurred after a binary operator
E741 # E741: Do not use variables named 'I', 'O', or 'l'
exclude = setup.py,
asv/__init__.py
asv/extern,
test/test_repo_template/asv_test_repo,
test/benchmark.invalid,
Expand Down

0 comments on commit f80874c

Please sign in to comment.