We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd39b8b commit ad81126Copy full SHA for ad81126
2 files changed
.gitignore
@@ -163,7 +163,10 @@ cython_debug/
163
164
# All files starting with .
165
.*
166
-# Exception: Include GitHub issue templates and workflows (Copier template to be copied to projects)
+# Exceptions: Include root-level dotfiles that are part of the template
167
+!.gitattributes
168
+!.gitignore
169
+!.pre-commit-config.yaml
170
!.github/
171
!.github/workflows/
172
!.github/workflows/**
my_tests/conftest.py
@@ -20,6 +20,7 @@
20
"author_email": "test@test.com",
21
"production_deps": ["requests"],
22
"dev_deps": ["pytest", "pytest-cov"],
23
+ "github_integration": True,
24
}
25
26
0 commit comments