File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 flake8 .
88 isort --recursive --check-only
99 mypy src/ tests/ ci/
10+ pip-extra-reqs src/
11+ pip-missing-reqs src/
1012 pydocstyle
1113 pylint * .py src tests ci
1214 pyroma .
Original file line number Diff line number Diff line change 1+ attrs == 18.1.0 # Modern attrs is required for pytest
12autoflake == 1.2
23check-manifest == 0.37
34codecov == 2.0.15 # Upload coverage data
@@ -9,6 +10,7 @@ freezegun==0.3.10 # Freeze time in tests
910hypothesis == 3.57.0 # Generate test cases
1011isort == 4.3.4 # Lint imports
1112mypy == 0.600 # Type checking
13+ pip_check_reqs == 2.0.3
1214pydocstyle == 2.1.1 # Lint docstrings
1315pyenchant == 2.0.0 # Bindings for a spellchecking sytem
1416pylint == 1.9.1 # Lint
Original file line number Diff line number Diff line change 1- attrs == 18.1.0
21constantly == 15.1.0 # Symbolic constants.
32pillow == 5.1.0 # Image library.
43pytz == 2018.4
You can’t perform that action at this time.
0 commit comments