Skip to content

Commit

Permalink
build(dev): Remove flake8, is not following PEP518
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent 84a993e commit e4bb279
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
28 changes: 14 additions & 14 deletions pdm.lock

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

18 changes: 3 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Repository = "https://github.com/asyrjasalo/RESTinstance"
distribution = true

[tool.pdm.dev-dependencies]
format = ["black"]
dev = [
"black"
]
test = [
"pytest",
"pytest-clarity",
Expand Down Expand Up @@ -85,20 +87,6 @@ exclude = '''
testpaths = "test"
addopts = "--cov --spec --instafail --diff-type=auto"

[tool.flake8]
exclude = [
".git",
".venv",
"dist",
"docs",
"node_modules",
"results",
"testapi",
"__pycache__",
]
max-complexity = 15
max-line-length = 80

[tool.mypy]
disallow_untyped_defs = true
ignore_missing_imports = true

0 comments on commit e4bb279

Please sign in to comment.