Skip to content

Commit

Permalink
move zest.releaser config to pyproject.toml and flake8 config to .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Sep 19, 2023
1 parent 5790c77 commit 868018f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
ignore = E203, E266, E501, W503, E711, E712
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ norecursedirs = [
]
python_files = ["test_*.py"]
testpaths = ["threedi_modelchecker"]

[tool.zest-releaser]
release = false
python-file-with-version = "threedi_schema/__init__.py"
10 changes: 0 additions & 10 deletions setup.cfg

This file was deleted.

0 comments on commit 868018f

Please sign in to comment.