Skip to content

Commit a701869

Browse files
author
matthias_schaub
committed
Merge branch 'dev' of github.com:mapswipe/python-mapswipe-workers into dev
2 parents a4e6e2d + 514a8a2 commit a701869

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
hooks:
9+
- id: flake8
10+
args: ["--ignore=E501"]

mapswipe_workers/requirements.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
black==19.10b0
12
click==7.0
23
firebase-admin==2.17.0
4+
flake8==3.7.9
35
mapswipe-workers==3.0
6+
pandas==0.25.2
7+
pre-commit==1.20.0
48
psycopg2-binary==2.8.3
9+
python-dateutil==2.8.0
510
schedule==0.6.0
6-
slackclient==2.1.0
711
sentry-sdk==0.12.3
8-
python-dateutil==2.8.0
9-
pandas==0.25.2
12+
slackclient==2.1.0

0 commit comments

Comments
 (0)