Skip to content

Commit a025059

Browse files
twieckipymc-bot
and
pymc-bot
authored
⬆️ UPGRADE: Autoupdate pre-commit config (#6221)
* ⬆️ UPGRADE: Autoupdate pre-commit config * ⬆️ UPGRADE: Autoupdate pre-commit config Co-authored-by: pymc-bot <[email protected]>
1 parent 3919ed3 commit a025059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.0.0
22+
rev: v3.1.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
@@ -29,7 +29,7 @@ repos:
2929
- id: black
3030
- id: black-jupyter
3131
- repo: https://github.com/PyCQA/pylint
32-
rev: v2.15.3
32+
rev: v2.15.5
3333
hooks:
3434
- id: pylint
3535
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)