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.
1 parent ef7da36 commit 394da67Copy full SHA for 394da67
.pre-commit-config.yaml
@@ -4,7 +4,6 @@ repos:
4
rev: 19.10b0
5
hooks:
6
- id: black
7
-# language_version: python3
8
- repo: https://gitlab.com/pycqa/flake8
9
rev: 3.8.0a2
10
.travis.yml
@@ -33,7 +33,7 @@ env:
33
- PYMONGO_3_9=3.9
34
- PYMONGO_3_10=3.10
35
36
- - MAIN_PYTHON_VERSION = "3.7"
+ - MAIN_PYTHON_VERSION=3.7
37
matrix:
38
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_10}
39
0 commit comments