Skip to content

Commit b251705

Browse files
authored
Upgrade pre-commit; normalize additional_dependencies (marshmallow-code#514)
1 parent 797a600 commit b251705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: 3.7.8
1414
hooks:
1515
- id: flake8
16-
additional_dependencies: ['flake8-bugbear==19.3.0']
16+
additional_dependencies: [flake8-bugbear==19.3.0]
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: v1.3.0
1919
hooks:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
EXTRAS_REQUIRE = {
55
"yaml": ["PyYAML>=3.10"],
66
"validation": ["prance[osv]>=0.11"],
7-
"lint": ["flake8==3.7.9", "flake8-bugbear==19.8.0", "pre-commit~=1.18"],
7+
"lint": ["flake8==3.7.9", "flake8-bugbear==19.8.0", "pre-commit~=1.20"],
88
"docs": [
99
"marshmallow>=2.19.2",
1010
"pyyaml==5.1.2",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps =
1515
commands = pytest {posargs}
1616

1717
[testenv:lint]
18-
deps = pre-commit~=1.18
18+
deps = pre-commit~=1.20
1919
skip_install = true
2020
commands = pre-commit run --all-files --show-diff-on-failure
2121

0 commit comments

Comments
 (0)