Skip to content

Commit

Permalink
Bump precommit, revert mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 11, 2023
1 parent 0491618 commit af3b983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ dependencies:

# code checks
- flake8=6.1.0 # run in subprocess over docstring examples
- mypy=1.7.1 # pre-commit uses locally installed mypy
- mypy=1.4.1 # pre-commit uses locally installed mypy
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
- pre-commit>=3.5.0
- pre-commit>=3.6.0

# documentation
- gitpython # obtain contributors from git for whatsnew
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ moto
flask
asv>=0.6.1
flake8==6.1.0
mypy==1.7.1
mypy==1.4.1
tokenize-rt
pre-commit>=3.5.0
pre-commit>=3.6.0
gitpython
gitdb
google-auth
Expand Down

0 comments on commit af3b983

Please sign in to comment.