Skip to content

Commit 8954e4a

Browse files
committed
Upgrade code style linters
1 parent 1d07059 commit 8954e4a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-ast
@@ -14,22 +14,22 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.10.1
17+
rev: v3.15.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py38-plus]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 24.1.1
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.1.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: flake8
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.12.0
33+
rev: 5.13.2
3434
hooks:
3535
- id: isort

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ termcolor = ">=2.1.0"
3131
packaging = ">=21.3"
3232

3333
[tool.poetry.dev-dependencies]
34-
black = "^23.0"
35-
flake8 = "^6.0"
36-
isort = "^5.12"
34+
black = "^24.0"
35+
flake8 = "^7.0"
36+
isort = "^5.13"
3737

3838
[tool.autopub]
3939
project-name = "pytest-sugar"

0 commit comments

Comments
 (0)