Skip to content
Snippets Groups Projects
Commit be2c0122 authored by Andi Gerken's avatar Andi Gerken
Browse files

Added pre-commit as dependency

parent f8f3d125
Branches
Tags
1 merge request!16Changed the way of calculating speeds and turns (+ minor features)
Pipeline #38376 passed
repos: repos:
- repo: https://github.com/python/black - repo: https://github.com/psf/black
rev: 19.3b0 rev: 21.6b0
hooks: hooks:
- id: black - id: black
\ No newline at end of file
...@@ -56,6 +56,7 @@ setup( ...@@ -56,6 +56,7 @@ setup(
"pandas", "pandas",
"deprecation", "deprecation",
"tqdm", "tqdm",
"pre-commit",
], ],
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment