Skip to content

Commit 99bd406

Browse files
committed
bump pre-commit filter dependencies
1 parent c8895ed commit 99bd406

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed

.pre-commit-config.yaml

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v3.2.0
44
hooks:
5-
- id: check-docstring-first
6-
- id: check-ast
7-
- id: check-json
8-
- id: check-yaml
9-
- id: debug-statements
10-
- id: end-of-file-fixer
11-
- id: trailing-whitespace
12-
- repo: https://github.com/ambv/black
13-
rev: 19.10b0
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-docstring-first
8+
- id: check-yaml
9+
- id: debug-statements
10+
- id: check-ast
11+
- repo: https://github.com/ambv/black
12+
rev: 20.8b1
1413
hooks:
1514
- id: black
16-
language_version: python3.7
17-
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.7.2
15+
- repo: https://github.com/asottile/blacken-docs
16+
rev: v1.8.0
1917
hooks:
20-
- id: pyupgrade
21-
args: ['--py36-plus']
22-
- repo: https://github.com/asottile/seed-isort-config
23-
rev: v2.2.0
18+
- id: blacken-docs
19+
additional_dependencies: [black==20.8b1]
20+
- repo: https://github.com/asottile/pyupgrade
21+
rev: v2.7.2
2422
hooks:
25-
- id: seed-isort-config
26-
- repo: https://github.com/pre-commit/mirrors-isort
27-
rev: v5.3.2
23+
- id: pyupgrade
24+
args: ['--py36-plus']
25+
- repo: https://github.com/timothycrosley/isort
26+
rev: 5.5.2
2827
hooks:
29-
- id: isort
30-
- repo: https://gitlab.com/pycqa/flake8
28+
- id: isort
29+
- repo: https://gitlab.com/pycqa/flake8
3130
rev: 3.8.3
3231
hooks:
33-
- id: flake8
32+
- id: flake8
33+
args: ['--config=tox.ini']

tox.ini

+1-6
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,4 @@ select = B, C, E, F, W, T4, B9
6060
exclude = .git, .tox, __pycache__, dist
6161

6262
[isort]
63-
multi_line_output=3
64-
include_trailing_comma=True
65-
force_grid_wrap=0
66-
use_parentheses=True
67-
line_length=88
68-
known_third_party=PIL,atomicwrites,flaky,holoviews,matplotlib,nbconvert,numpy,pytest,scipy,setuptools,skopt,sortedcollections,sortedcontainers
63+
profile=black

0 commit comments

Comments
 (0)