Skip to content

Commit af72c20

Browse files
author
Alan Christie
committed
test: Attempt to fix build
1 parent 4329e31 commit af72c20

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ repos:
3434
- --markdown-linebreak-ext=md
3535
# Black (uncompromising) Python code formatter
3636
- repo: https://github.com/psf/black
37-
rev: 22.3.0
37+
rev: 22.12.0
3838
hooks:
3939
- id: black
4040
args:
4141
- --target-version
42-
- py39
42+
- py311
4343
# MyPy
4444
- repo: https://github.com/pre-commit/mirrors-mypy
4545
rev: v0.942

build-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
black == 22.3.0
2-
pre-commit == 2.18.1
3-
pylint == 2.13.5
4-
pytest == 7.1.1
5-
pytest-cov == 3.0.0
1+
black == 22.12.0
2+
pre-commit == 2.21.0
3+
pylint == 2.15.9
4+
pytest == 7.2.0
5+
pytest-cov == 4.0.0

0 commit comments

Comments
 (0)