Skip to content

Commit b36c5bc

Browse files
benjefferymergify-bot
authored andcommitted
Update pre-commit deps
1 parent c93bc3a commit b36c5bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- id: mixed-line-ending
88
- id: check-case-conflict
99
- id: check-yaml
1010
- repo: https://github.com/benjeffery/pre-commit-clang-format
11-
rev: master
11+
rev: c21a74d089aaeb86c2c19df371c7e7bf40c07207
1212
hooks:
1313
- id: clang-format
1414
exclude: dev-tools|examples
1515
verbose: true
1616
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v2.3.5
17+
rev: v2.3.6
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--application-directories=python,
2121
--unclassifiable-application-module=_tskit]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.7.2
23+
rev: v2.7.4
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py3-plus, --py36-plus]
@@ -33,13 +33,13 @@ repos:
3333
# loop that throws an error before black excludes it
3434
args: [python/tskit, python/setup.py, python/stress_lowlevel.py]
3535
- repo: https://gitlab.com/pycqa/flake8
36-
rev: 3.8.3
36+
rev: 3.8.4
3737
hooks:
3838
- id: flake8
3939
args: [--config=python/.flake8]
4040
additional_dependencies: ["flake8-bugbear==20.1.4", "flake8-builtins==1.5.2"]
4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.8.0
42+
rev: v1.9.1
4343
hooks:
4444
- id: blacken-docs
4545
args: [--skip-errors]

0 commit comments

Comments
 (0)