Skip to content

Commit

Permalink
remove unecessary setup.cfg lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabezurita committed Dec 10, 2024
1 parent a1f3b52 commit 869a51e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ omit = [
[tool.ruff]
line-length = 127
target-version = "py310"
exclude = [".git", "__pycache__", "build", "dist"]

[tool.ruff.lint.mccabe]
max-complexity = 10

[tool.ruff.lint]
select = [
Expand Down
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[flake8]
max-line-length = 127
exclude = .git,__pycache__,build,dist
max-complexity = 10

[tool:pytest]
testpaths = tests
python_files = test_*.py
Expand Down

0 comments on commit 869a51e

Please sign in to comment.