Skip to content

Commit c5ad76a

Browse files
pre-commit-ci[bot]twiecki
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v2.37.1 → v3.15.0](asottile/pyupgrade@v2.37.1...v3.15.0) - [github.com/psf/black: 22.6.0 → 23.12.1](psf/black@22.6.0...23.12.1) - [github.com/PyCQA/pylint: v2.14.5 → v3.0.3](pylint-dev/pylint@v2.14.5...v3.0.3) - [github.com/MarcoGorelli/madforhooks: 0.3.0 → 0.4.1](MarcoGorelli/madforhooks@0.3.0...0.4.1)
1 parent 8dff969 commit c5ad76a

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-toml
@@ -11,28 +11,28 @@ repos:
1111
args: [--branch, main]
1212
- id: trailing-whitespace
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
name: isort
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.37.1
19+
rev: v3.15.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 22.6.0
24+
rev: 23.12.1
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828
- repo: https://github.com/PyCQA/pylint
29-
rev: v2.14.5
29+
rev: v3.0.3
3030
hooks:
3131
- id: pylint
3232
args: [--rcfile=.pylintrc]
3333
files: ^pymc_experimental/
3434
- repo: https://github.com/MarcoGorelli/madforhooks
35-
rev: 0.3.0
35+
rev: 0.4.1
3636
hooks:
3737
- id: no-print-statements
3838
exclude: _version.py

0 commit comments

Comments
 (0)