We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6709071 commit 14331caCopy full SHA for 14331ca
2 files changed
.gitignore
@@ -65,6 +65,7 @@ instance/
65
66
# Mac stuff:
67
.DS_Store
68
+*.swp
69
70
# Sphinx documentation
71
docs/_build/
@@ -114,4 +115,4 @@ venv.bak/
114
115
/.idea/
116
117
# Temp files
-/scratch/
118
+/scratch/
dev-requirements.txt
@@ -1,5 +1,5 @@
1
bumpversion==0.6.0
2
-coverage==5.2.1
+coverage==7.6.1
3
flake8==3.8.2
4
pytest==8.2.2
5
pytest-cov==5.0.0
0 commit comments