Skip to content

Commit

Permalink
Update dependencies for Python 3.10 (#1050)
Browse files Browse the repository at this point in the history
* Update dependencies for Python 3.10

* Update flake8 pre-commit
  • Loading branch information
jadchaar committed Oct 15, 2021
1 parent 10e8970 commit c35134b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -34,17 +34,17 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet, --target-version=py36]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.910'
rev: 'v0.910-1'
hooks:
- id: mypy
additional_dependencies: [types-python-dateutil]
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,7 +1,7 @@
dateparser==1.*
pre-commit==2.*
pytest==6.*
pytest-cov==2.*
pytest-cov==3.*
pytest-mock==3.*
python-dateutil>=2.7.0
pytz==2021.1
Expand Down

0 comments on commit c35134b

Please sign in to comment.