Skip to content

Commit

Permalink
update mypy to allow install on ARM-based macs. bump black version in…
Browse files Browse the repository at this point in the history
… pre-commit to fix override of default_language_version psf/black#2430
  • Loading branch information
AlexanderVR committed Oct 31, 2022
1 parent 2098498 commit bf7b9c6
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
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
args:
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Expand Up @@ -5,13 +5,13 @@
dbt-tests-adapter==1.3.0

pandas
black==22.3.0
black==22.10.0
bumpversion
flake8
flaky
freezegun==0.3.12
ipdb
mypy==0.782
mypy==0.982
pip-tools
pre-commit
pytest
Expand Down

0 comments on commit bf7b9c6

Please sign in to comment.