Skip to content

Commit a8ea094

Browse files
authored
Bump pre-commit (#114)
1 parent 3f98a79 commit a8ea094

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,18 @@ repos:
77
- id: check-yaml
88
- id: check-toml
99
- id: check-added-large-files
10-
- repo: https://github.com/psf/black
11-
rev: 23.12.1
12-
hooks:
13-
- id: black
1410
- repo: https://github.com/pre-commit/mirrors-isort
1511
rev: v5.10.1
1612
hooks:
1713
- id: isort
1814
additional_dependencies: [toml]
1915
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.8.0
16+
rev: v1.9.0
2117
hooks:
2218
- id: mypy
2319
additional_dependencies: [types-requests]
2420
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: 'v0.1.13'
21+
rev: 'v0.3.2'
2622
hooks:
2723
- id: ruff
24+
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest-socket = "^0.7.0"
2626
vcrpy = "^6.0.1"
2727

2828
[tool.ruff]
29-
ignore = ["E501"]
29+
lint.ignore = ["E501"]
3030

3131
[tool.isort]
3232
profile = "black"

0 commit comments

Comments
 (0)