Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
crgwbr committed May 22, 2024
1 parent 0b0c718 commit ab74b17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 61 deletions.
56 changes: 1 addition & 55 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ urllib3 = "<2"

[tool.poetry.group.dev.dependencies]
coverage = {extras = ["toml"], version = "^7.4.1"}
pep8 = "^1.7.1"
flake8 = "^7.0.0"
pytest = "^8.2.1"
pytest-cache = "^1.0"
pytest-pep8 = "^1.0.6"
waitress = "^3.0.0"
flake8 = "^7.0.0"

[tool.pytest.ini_options]
addopts = "--tb=short"
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
max_line_length = 79
exclude = .git,.tox,dist,docs,*egg
ignore = W503
extend-ignore = E203
max-line-length = 160

0 comments on commit ab74b17

Please # to comment.