Skip to content

Commit 6db83a9

Browse files
authored
chore: remove tox (#536)
These were all the references to it that I could find.
1 parent 1de7b8b commit 6db83a9

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
*.pyc
33
*.pyo
44
*.pyd
5-
.tox
65
.coverage
76
.coverage.*
87
.vscode

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pip-delete-this-directory.txt
6464

6565
# Unit test / coverage reports
6666
htmlcov/
67-
.tox/
6867
.coverage
6968
.coverage.*
7069
.cache

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[flake8]
2+
ignore = "D203"
3+
exclude = [".git", "__pycache__", "docs/source/conf.py", "build", "dist"]
4+
max-complexity = 12
5+
max-line-length = 90
6+
7+
[tool.isort]
8+
profile = "black"
9+
known_first_party = "stac_fastapi"
10+
known_third_party = ["rasterio", "stac-pydantic", "sqlalchemy", "geoalchemy2", "fastapi"]
11+
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]

tox.ini

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)