mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
db30257373
* Added pre-commit: http://pre-commit.com * Fixed flake8 errors * Added flake8 pre-commit hooks * Added pre-commit to Makefile * Changed VERSION numbering * Changed versioning to match PEP-0440
10 lines
266 B
INI
10 lines
266 B
INI
[metadata]
|
|
description-file = README.rst
|
|
[aliases]
|
|
test=pytest
|
|
[flake8]
|
|
# because of the way that future works, we need to call install_aliases before
|
|
# finishing the imports. flake8 thinks that we're doing the imports too late,
|
|
# but it's actually ok
|
|
ignore = E402
|