Skip to content

Commit 2acbb58

Browse files
authored
Merge pull request #6 from OpenSourceEconomics/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0085411 + cb09f7a commit 2acbb58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: ^\.
33
repos:
44
- repo: https://github.com/asottile/reorder_python_imports
5-
rev: v2.5.0
5+
rev: v2.6.0
66
hooks:
77
- id: reorder-python-imports
88
files: '(\.pyi?|wscript)$'
@@ -21,7 +21,7 @@ repos:
2121
args: [--autofix, --no-sort-keys]
2222
- id: trailing-whitespace
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.20.0
24+
rev: v2.23.3
2525
hooks:
2626
- id: pyupgrade
2727
args: [
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies: [black==19.3b0]
3535
files: '(\.md|\.rst)$'
3636
- repo: https://github.com/psf/black
37-
rev: 21.6b0
37+
rev: 21.7b0
3838
hooks:
3939
- id: black
4040
files: '(\.pyi?|wscript)$'

0 commit comments

Comments
 (0)