We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e6e2d + 514a8a2 commit a701869Copy full SHA for a701869
mapswipe_workers/.pre-commit-config.yaml
@@ -0,0 +1,10 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: stable
4
+ hooks:
5
+ - id: black
6
+ - repo: https://gitlab.com/pycqa/flake8
7
+ rev: 3.7.9
8
9
+ - id: flake8
10
+ args: ["--ignore=E501"]
mapswipe_workers/requirements.txt
@@ -1,9 +1,12 @@
+black==19.10b0
click==7.0
firebase-admin==2.17.0
+flake8==3.7.9
mapswipe-workers==3.0
+pandas==0.25.2
+pre-commit==1.20.0
psycopg2-binary==2.8.3
+python-dateutil==2.8.0
schedule==0.6.0
-slackclient==2.1.0
11
sentry-sdk==0.12.3
-python-dateutil==2.8.0
-pandas==0.25.2
12
+slackclient==2.1.0
0 commit comments