mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Add pre-commit basic config.
This commit is contained in:
parent
55ab5c6961
commit
f358e06a53
2 changed files with 2 additions and 0 deletions
1
.pre-commit-config.yaml
Normal file
1
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
repos: []
|
||||||
|
|
@ -5,6 +5,7 @@ include LICENSE
|
||||||
include README.rst
|
include README.rst
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
include tox.ini
|
include tox.ini
|
||||||
|
include .pre-commit-config.yaml
|
||||||
recursive-include docs *
|
recursive-include docs *
|
||||||
recursive-include exampleapp *
|
recursive-include exampleapp *
|
||||||
recursive-include defender/templates *.html
|
recursive-include defender/templates *.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue