File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/asottile/pyupgrade
3- rev : v2.7.4
3+ rev : v2.12.0
44 hooks :
55 - id : pyupgrade
66 args : ["--py36-plus"]
@@ -12,31 +12,31 @@ repos:
1212 args : ["--target-version", "py36"]
1313
1414 - repo : https://github.com/PyCQA/isort
15- rev : 5.6.4
15+ rev : 5.8.0
1616 hooks :
1717 - id : isort
1818
1919 - repo : https://gitlab.com/pycqa/flake8
20- rev : 3.8.4
20+ rev : 3.9.0
2121 hooks :
2222 - id : flake8
2323 additional_dependencies : [flake8-2020, flake8-implicit-str-concat]
2424
2525 - repo : https://github.com/pre-commit/pygrep-hooks
26- rev : v1.7 .0
26+ rev : v1.8 .0
2727 hooks :
2828 - id : python-check-blanket-noqa
2929
3030 - repo : https://github.com/pre-commit/pre-commit-hooks
31- rev : v3.3 .0
31+ rev : v3.4 .0
3232 hooks :
3333 - id : check-merge-conflict
3434 - id : check-toml
3535 - id : check-yaml
3636 - id : end-of-file-fixer
3737
3838 - repo : https://github.com/PyCQA/pydocstyle
39- rev : 5.1.1
39+ rev : 6.0.0
4040 hooks :
4141 - id : pydocstyle
4242 args : ["--convention", "google"]
4848 - id : tox-ini-fmt
4949
5050 - repo : https://github.com/asottile/setup-cfg-fmt
51- rev : v1.15.1
51+ rev : v1.17.0
5252 hooks :
5353 - id : setup-cfg-fmt
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ include_package_data = True
4040package_dir = =src
4141zip_safe = False
4242
43+ [options.packages.find]
44+ where = src
45+
4346[options.extras_require]
4447tests =
4548 freezegun
4649 pytest
4750 pytest-cov
4851
49- [options.packages.find]
50- where = src
51-
5252[flake8]
5353max_line_length = 88
5454
You can’t perform that action at this time.
0 commit comments