We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e7291 commit 48e5456Copy full SHA for 48e5456
.gitignore
@@ -9,3 +9,4 @@ build/
9
.cache/
10
*.egg-info/
11
.pytest_cache/
12
+.tox/
Makefile
@@ -18,7 +18,7 @@ publish: tag upload
18
19
clean:
20
@find . | grep -E "(__pycache__|\.pyc|\.pyo$\)" | xargs rm -rf
21
- @rm -rf src/*.egg-info/ build/ dist/ MANIFEST .tox/ .cache/ .pytest_cache/
+ @rm -rf src/*.egg-info/ build/ dist/ MANIFEST .tox/ .cache/ .pytest_cache/ .coverage
22
23
format:
24
isort .
0 commit comments