mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
- coverage-html: coverage>=6.2 writes a .gitignore file - mypy_cache: mypy>=0.770 writes a .gitignore file - pytest_cache: pytest>=3.8.1 writes a .gitignore file - venv: virtualenv>=20.0.21 writes a .gitignore file Committed via https://github.com/asottile/all-repos
6 lines
51 B
Text
6 lines
51 B
Text
*.egg-info
|
|
*.py[co]
|
|
.*.sw[a-z]
|
|
.coverage
|
|
.tox
|
|
dist
|