mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Update project setup.
This commit is contained in:
parent
13b4ca54cf
commit
b80ca9e84a
23 changed files with 186 additions and 112 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -1,12 +1,14 @@
|
|||
*.pyc
|
||||
.pydevproject
|
||||
.project
|
||||
.coverage
|
||||
/py_env
|
||||
*.db
|
||||
.idea
|
||||
build
|
||||
dist
|
||||
*.egg-info
|
||||
*.iml
|
||||
*.py[co]
|
||||
.*.sw[a-z]
|
||||
.coverage
|
||||
.idea
|
||||
.pre-commit-files
|
||||
.project
|
||||
.pydevproject
|
||||
.tox
|
||||
.venv.touch
|
||||
/venv*
|
||||
coverage-html
|
||||
dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue