This commit is contained in:
Simon Conseil
2023-02-14 22:09:04 +01:00
parent 8e72326510
commit 33b6bafbde
3 changed files with 9 additions and 10 deletions

View File

@@ -66,13 +66,13 @@ write_to = "src/sigal/version.py"
line-length = 88
target-version = ['py38']
[tool.flake8]
max-line-length = "88"
ignore = "E203,W503,E731"
[tool.distutils.isort]
[tool.isort]
profile = "black"
[tool.ruff]
select = ["E", "F"]
ignore = ["E731"]
[tool.coverage.run]
source = ["sigal"]
omit = [