Skip to content

Commit

Permalink
Move pylint configuration to .pylintrc
Browse files Browse the repository at this point in the history
Move `tests/pylint.conf` to `.pylintrc` to allow other tools like VSCode
to find the configuration.
  • Loading branch information
bdrung committed Aug 1, 2024
1 parent 3d8802c commit f679007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from . import get_source_files, unittest_verbosity

CONFIG = os.path.join(os.path.dirname(__file__), "pylint.conf")
CONFIG = os.path.join(os.path.dirname(__file__), "..", ".pylintrc")


class PylintTestCase(unittest.TestCase):
Expand Down

0 comments on commit f679007

Please sign in to comment.