Skip to content

Commit 6986b5d

Browse files
author
Rami Chowdhury
committed
Upgrade pre-commit
1 parent 3c921b2 commit 6986b5d

File tree

3 files changed

+11
-41
lines changed

3 files changed

+11
-41
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
default_language_version:
2-
python: python3.10
31
fail_fast: true
42
repos:
5-
- repo: git://github.com/pre-commit/pre-commit-hooks
6-
rev: v2.1.0
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v3.0.0
75
hooks:
86
- id: check-merge-conflict
97
- id: check-yaml

poetry.lock

Lines changed: 8 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pytest = "~6.2"
3535
pytest-cov = "~2.7.1"
3636
mypy = "^1.4.1"
3737
black = "23.3"
38-
pre-commit = "~1.17.0"
38+
pre-commit = "^2.9.2"
3939
nox = "^2023.4.22"
4040

4141
[build-system]

0 commit comments

Comments
 (0)