Skip to content

Commit e1ef1dc

Browse files
authored
ARROW-80 Pre-Commit Needs an Upgrade (#65)
1 parent 82402ba commit e1ef1dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.4.0
4+
rev: v4.1.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -17,26 +17,26 @@ repos:
1717
exclude_types: [json]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.1.0
20+
rev: 22.3.0
2121
hooks:
2222
- id: black
2323
files: \.py$
2424
args: [--line-length=100]
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.7.0
27+
rev: 5.10.1
2828
hooks:
2929
- id: isort
3030
files: \.py$
3131
args: [--profile=black]
3232

3333
- repo: https://gitlab.com/pycqa/flake8
34-
rev: 4.0.1
34+
rev: 3.9.2
3535
hooks:
3636
- id: flake8
3737
args: [--config=bindings/python/.flake8]
3838
types: [file]
39-
files: \.(py|pyx|pxd)$
39+
files: \.py$
4040
additional_dependencies: [
4141
'flake8-bugbear==20.1.4',
4242
'flake8-logging-format==0.6.0',
@@ -47,14 +47,14 @@ repos:
4747
# We use the Python version instead of the original version which seems to require Docker
4848
# https://github.com/koalaman/shellcheck-precommit
4949
- repo: https://github.com/shellcheck-py/shellcheck-py
50-
rev: v0.8.0.1
50+
rev: v0.8.0.4
5151
hooks:
5252
- id: shellcheck
5353
name: shellcheck
5454
args: ["--severity=warning"]
5555

5656
- repo: https://github.com/sirosen/check-jsonschema
57-
rev: 0.10.2
57+
rev: 0.14.1
5858
hooks:
5959
- id: check-jsonschema
6060
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)