Skip to content

Commit

Permalink
Add pylint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Mar 7, 2024
1 parent 68df02b commit e1fab4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[MASTER]
init-hook='import sys; sys.path.append("./src")'

[MESSAGES CONTROL]
disable = C0114, C0103

[FORMAT]
max-line-length=100
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ filterwarnings = [
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39
envlist = py310
isolated_build = true
[gh-actions]
python =
3.9: py39
3.10: py310
[testenv:test]
changedir = tests
Expand Down

0 comments on commit e1fab4d

Please sign in to comment.