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 dbec697 commit a8acc85Copy full SHA for a8acc85
.gitignore
@@ -26,6 +26,7 @@ share/python-wheels/
26
.installed.cfg
27
*.egg
28
MANIFEST
29
+.hatch/
30
31
# PyInstaller
32
# Usually these files are written by a python script from a template
@@ -138,6 +139,7 @@ dmypy.json
138
139
# Personal
140
notes/
141
store/
142
+
143
# Sphinx build
144
docs/_build
-docs/firebird-driver.docset
145
+docs/firebird-driver.docset
pyproject.toml
@@ -57,8 +57,6 @@ dependencies = [
57
58
[tool.hatch.envs.hatch-test]
59
extra-args = ["--host=localhost"]
60
-
61
-[tool.hatch.envs.test]
62
dependencies = [
63
"coverage[toml]>=6.5",
64
"pytest",
0 commit comments