Skip to content

Commit

Permalink
ci: pre-commit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jan 31, 2022
1 parent 40d5450 commit 64efb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -23,6 +23,6 @@ repos:
- id: pyupgrade
args: ['--py36-plus','--exit-zero-even-if-changed']
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs

0 comments on commit 64efb8d

Please sign in to comment.