Skip to content

Commit c55a904

Browse files
Bump black and mypy (#295)
black diff: psf/black@22.8.0...22.10.0 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent ec0bb4b commit c55a904

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0 # must match requirements-dev.txt
3+
rev: 22.10.0 # must match requirements-dev.txt
44
hooks:
55
- id: black
66
language_version: python3.9

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
black==22.8.0 # Must match .pre-commit-config.yaml
1+
black==22.10.0 # Must match .pre-commit-config.yaml
22
pytest==7.1.3
3-
mypy==0.971
3+
mypy==0.982
44
isort==5.10.1 # Must match .pre-commit-config.yaml
55
flake8-bugbear==22.8.23
66
flake8-noqa==1.2.9

0 commit comments

Comments
 (0)