Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgruter committed Nov 5, 2023
1 parent c9c1216 commit d672796
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
8 changes: 8 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
max-line-length = 88
exclude =
.git,
.venv,
__pycache__,
.pytest_cache,
dist
17 changes: 1 addition & 16 deletions poetry.lock

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

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ black = "^23.9.1"
pylint = "^3.0.1"
flake8 = "^6.1.0"
ipykernel = "^6.25.2"
pyproject-flake8 = "^6.1.0"
bandit = "^1.7.5"
safety = "^2.3.5"

Expand All @@ -36,10 +35,6 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88

[tool.flake8]
max-line-length = 88
exclude = [".git",".venv","__pycache__",".pytest_cache","dist"]

[tool.isort]
profile = "black"
skip_gitignore = true
Expand Down

0 comments on commit d672796

Please sign in to comment.