Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ede3211

Browse files
authoredJan 22, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/charliermarsh/ruff-pre-commit: v0.0.292 → v0.1.14](astral-sh/ruff-pre-commit@v0.0.292...v0.1.14) - [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0)
1 parent 28104d3 commit ede3211

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
@@ -42,13 +42,13 @@ repos:
4242
- "--py38-plus"
4343

4444
- repo: "https://github.com/psf/black"
45-
rev: "23.9.1"
45+
rev: "23.12.1"
4646
hooks:
4747
- id: "black"
4848

4949
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
5050
# Ruff version.
51-
rev: 'v0.0.292'
51+
rev: 'v0.1.14'
5252
hooks:
5353
- id: "ruff"
5454

@@ -58,7 +58,7 @@ repos:
5858
- id: "nbstripout"
5959

6060
- repo: "https://github.com/python-poetry/poetry"
61-
rev: "1.6.0"
61+
rev: "1.7.0"
6262
hooks:
6363
- id: "poetry-check"
6464
- id: "poetry-lock"

0 commit comments

Comments
 (0)
Please sign in to comment.