mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add cli snippet to run black and isort on the command line and pointers to editor and pre-commit configuration to docs/CONTRIBUTORS.rst. Also add .pre-commit-config.yaml to .gitignore for independent pre-commit configuration. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
29 lines
351 B
Text
29 lines
351 B
Text
# root level directories
|
|
dist/*
|
|
build/*
|
|
env/*
|
|
|
|
# global file patterns
|
|
*.log
|
|
*.pyc
|
|
*.session
|
|
*.swo
|
|
*.swp
|
|
*.egg-info
|
|
.coverage
|
|
.tox/*
|
|
tests/htmlcov/*
|
|
.DS_Store
|
|
.pybuild/*
|
|
.python-version
|
|
*~
|
|
*.tmp
|
|
.pre-commit-config.yaml
|
|
|
|
# Debian generated files
|
|
debian/.debhelper/*
|
|
debian/*-stamp
|
|
debian/files
|
|
debian/*.debhelper
|
|
debian/*.substvars
|
|
debian/python*-tuf/*
|