Skip to content

Commit 941159e

Browse files
committed
Update lint engines versions
1 parent d452613 commit 941159e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -24,23 +24,23 @@ repos:
2424
args: [--remove]
2525
- id: mixed-line-ending
2626
- repo: https://github.com/psf/black
27-
rev: 22.6.0
27+
rev: 23.7.0
2828
hooks:
2929
- id: black
30-
language_version: python3.7
30+
language_version: python3.11
3131
exclude: ^docs/
32-
- repo: https://gitlab.com/pycqa/flake8
33-
rev: 4.0.1
32+
- repo: https://github.com/pycqa/flake8
33+
rev: 6.1.0
3434
hooks:
3535
- id: flake8
3636
exclude: ^docs/|^examples/
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.31.1
38+
rev: v0.35.0
3939
hooks:
4040
- id: markdownlint
4141
args: [-f]
4242
exclude: ^(.github|tests)
4343
- repo: https://github.com/PyCQA/isort
44-
rev: 5.10.1
44+
rev: 5.12.0
4545
hooks:
4646
- id: isort

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dynamic = ["version"]
5050
wtf = ["WTForms[email]>=3.0.0", "Flask-WTF>=0.14.3"]
5151
toolbar = ["Flask-DebugToolbar>=0.11.0"]
5252
dev = [
53-
"black==22.6.0",
53+
"black==23.7.0",
5454
"pre-commit",
5555
"pytest",
5656
"pytest-cov",

0 commit comments

Comments
 (0)