Skip to content

Commit

Permalink
fix: development env requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVR authored Oct 31, 2022
1 parent 5b77467 commit 953fe1f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 953fe1f

Please sign in to comment.