Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Nov 16, 2021
1 parent fa0993a commit f27aefa
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 197 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ repos:

# isort
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
additional_dependencies: [toml]

# format: black
- repo: https://github.com/ambv/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black

Expand Down Expand Up @@ -166,14 +166,14 @@ repos:

# pyupgrade
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
exclude: docs/source/conf.py # Py3.8 needed by rtd

# pycln
- repo: https://github.com/hadialqattan/pycln
rev: v1.0.3
rev: v1.1.0
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand All @@ -190,6 +190,6 @@ repos:
# PEP 585 Upgrade (Type Hints)
- repo: https://github.com/sondrelg/pep585-upgrade
# Use the sha / tag you want to point at
rev: v1.0.0
rev: v1
hooks:
- id: upgrade-type-hints
Loading

0 comments on commit f27aefa

Please sign in to comment.