Skip to content

Commit ef887fe

Browse files
authored
Update pre-commit versions (#109)
1 parent 8a5daf8 commit ef887fe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.2.0
20+
rev: v0.2.2
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]
2424
- repo: https://github.com/psf/black
25-
rev: 24.1.1
25+
rev: 24.2.0
2626
hooks:
2727
- id: black
2828
args: [--config=pyproject.toml]

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: check-docstring-first
1414
- id: check-executables-have-shebangs
@@ -20,15 +20,15 @@ repos:
2020
- id: requirements-txt-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.0.272
23+
rev: v0.2.2
2424
hooks:
2525
- id: ruff
2626
- repo: https://github.com/psf/black
27-
rev: 23.3.0
27+
rev: 24.2.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.3.0
31+
rev: v1.8.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:

0 commit comments

Comments
 (0)