Skip to content

Commit f1c747f

Browse files
author
juanitorduz
committed
update pre-commit
1 parent 2aa71fe commit f1c747f

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

.pre-commit-config.yaml

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
6-
hooks:
7-
- id: trailing-whitespace
8-
exclude_types: [svg]
9-
- id: end-of-file-fixer
10-
exclude_types: [svg]
11-
- id: check-yaml
12-
- id: check-added-large-files
13-
- repo: https://github.com/asottile/seed-isort-config
14-
rev: v2.2.0
15-
hooks:
16-
- id: seed-isort-config
17-
- repo: https://github.com/pre-commit/mirrors-isort
18-
rev: v5.10.1
19-
hooks:
20-
- id: isort
21-
types: [python]
22-
- repo: https://github.com/ambv/black
23-
rev: 22.10.0
24-
hooks:
25-
- id: black
26-
- id: black-jupyter
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v4.3.0
6+
hooks:
7+
- id: trailing-whitespace
8+
exclude_types: [svg]
9+
- id: end-of-file-fixer
10+
exclude_types: [svg]
11+
- id: check-yaml
12+
- id: check-added-large-files
13+
- repo: https://github.com/asottile/seed-isort-config
14+
rev: v2.2.0
15+
hooks:
16+
- id: seed-isort-config
17+
- repo: https://github.com/pre-commit/mirrors-isort
18+
rev: v5.10.1
19+
hooks:
20+
- id: isort
21+
args: [--profile, black]
22+
types: [python]
23+
- repo: https://github.com/ambv/black
24+
rev: 22.10.0
25+
hooks:
26+
- id: black
27+
- id: black-jupyter
28+
- repo: https://github.com/pycqa/flake8
29+
rev: 3.9.2
30+
hooks:
31+
- id: flake8

0 commit comments

Comments
 (0)