Skip to content

Commit

Permalink
fix: 🐛 read flake rules from toml file
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Sep 19, 2023
1 parent 894b44c commit 0e1b89b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ black = "^23.7.0"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
flake8 = { version = "*", python = ">=3.8.1,<3.12.0" }
flake8-pyproject = "^1.2.3"


[tool.flake8]
Expand All @@ -63,6 +64,7 @@ extend-ignore = """
E701,
C901,
"""

per-file-ignores = """
__init__.py: F401
"""
Expand Down

0 comments on commit 0e1b89b

Please sign in to comment.