Skip to content

Commit f618170

Browse files
⬆️🪝 update pre-commit hooks (#200)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
1 parent ea4cf50 commit f618170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252

5353
# Upgrade old Python syntax
5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: "v3.3.0"
55+
rev: "v3.3.1"
5656
hooks:
5757
- id: pyupgrade
5858
args: ["--py37-plus"]
@@ -65,7 +65,7 @@ repos:
6565

6666
# Run code formatting with Black
6767
- repo: https://github.com/psf/black
68-
rev: "22.10.0" # Keep in sync with blacken-docs
68+
rev: "22.12.0" # Keep in sync with blacken-docs
6969
hooks:
7070
- id: black-jupyter
7171

@@ -75,7 +75,7 @@ repos:
7575
hooks:
7676
- id: blacken-docs
7777
additional_dependencies:
78-
- black==22.10.0 # keep in sync with black hook
78+
- black==22.12.0 # keep in sync with black hook
7979

8080
# Check for common mistakes
8181
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)