Skip to content

Commit

Permalink
chore: remove tox (#536)
Browse files Browse the repository at this point in the history
These were all the references to it that I could find.
  • Loading branch information
gadomski authored Mar 1, 2023
1 parent 1de7b8b commit 6db83a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.pyc
*.pyo
*.pyd
.tox
.coverage
.coverage.*
.vscode
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[flake8]
ignore = "D203"
exclude = [".git", "__pycache__", "docs/source/conf.py", "build", "dist"]
max-complexity = 12
max-line-length = 90

[tool.isort]
profile = "black"
known_first_party = "stac_fastapi"
known_third_party = ["rasterio", "stac-pydantic", "sqlalchemy", "geoalchemy2", "fastapi"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
16 changes: 0 additions & 16 deletions tox.ini

This file was deleted.

0 comments on commit 6db83a9

Please sign in to comment.