Skip to content

Commit

Permalink
Bump black and mypy (#295)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] and AlexWaygood committed Oct 11, 2022
1 parent ec0bb4b commit c55a904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0 # must match requirements-dev.txt
rev: 22.10.0 # must match requirements-dev.txt
hooks:
- id: black
language_version: python3.9
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
@@ -1,6 +1,6 @@
black==22.8.0 # Must match .pre-commit-config.yaml
black==22.10.0 # Must match .pre-commit-config.yaml
pytest==7.1.3
mypy==0.971
mypy==0.982
isort==5.10.1 # Must match .pre-commit-config.yaml
flake8-bugbear==22.8.23
flake8-noqa==1.2.9
Expand Down

0 comments on commit c55a904

Please sign in to comment.