Skip to content

Commit 7dadf7d

Browse files
committed
Update pre-commit; pre-commit autoupdate
1 parent 7d6e778 commit 7dadf7d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 18.6b4
3+
rev: 18.9b0
44
hooks:
55
- id: black
66
language_version: python3.6
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v1.3.0
8+
rev: v2.1.0
99
hooks:
1010
- id: flake8
1111
additional_dependencies: ["flake8-bugbear==18.8.0"]
1212
- repo: https://github.com/asottile/blacken-docs
13-
rev: v0.2.0
13+
rev: v0.3.0
1414
hooks:
1515
- id: blacken-docs
16-
additional_dependencies: [black==18.6b4]
16+
additional_dependencies: [black==18.9b0]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": [
1010
"flake8==3.6.0",
1111
'flake8-bugbear==18.8.0; python_version >= "3.5"',
12-
"pre-commit==1.12.0",
12+
"pre-commit==1.14.2",
1313
],
1414
}
1515
EXTRAS_REQUIRE["dev"] = (

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ commands=
1616
; NOTE: pre-commit runs both black and flake8
1717
[testenv:lint]
1818
skip_install = true
19-
deps = pre-commit
20-
commands = pre-commit run --all-files --verbose
19+
deps = pre-commit~=1.14
20+
commands = pre-commit run --all-files

0 commit comments

Comments
 (0)