Skip to content

Commit

Permalink
Sync with template
Browse files Browse the repository at this point in the history
  • Loading branch information
i386x committed Oct 15, 2023
1 parent 29d25a3 commit a4e3881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ min-public-methods = 0
[tool.pylint.format]
max-line-length = 79

[tool.pylint."messages control"]
enable = ["useless-suppression"]
# `mypy` does the better job
disable = ["no-member"]

[tool.pylint.similarities]
ignore-imports = true
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

[tox]
requires =
requests >= 2.31.0
pip >= 19.2
setuptools >= 65.5.1
wheel >= 0.38.1
Expand Down

0 comments on commit a4e3881

Please sign in to comment.