[cleanup] clean .dockerignore and pre commit hooks
This commit is contained in:
parent
3e31c26f5e
commit
2a5b40ea7b
2 changed files with 11 additions and 6 deletions
|
|
@ -1 +1,11 @@
|
|||
!negotiator/
|
||||
ARCHITECTURE.md
|
||||
doc
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
Makefile
|
||||
mypy.ini
|
||||
pyrightconfig.json
|
||||
pytest.ini
|
||||
Readme.md
|
||||
setup.cfg
|
||||
test.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: stable
|
||||
hooks:
|
||||
- id: black
|
||||
Loading…
Reference in a new issue