Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Oct 1, 2021
1 parent da76d49 commit e3bb827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.9.1
rev: 5.9.3
hooks:
- id: isort
files: '.*'
Expand All @@ -17,7 +17,7 @@ repos:
- flake8-comprehensions
args: [ "--select=E9,F63,F7,F82,C4"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.4
rev: v2.29.0
hooks:
- id: pyupgrade
args: ['--py36-plus','--exit-zero-even-if-changed']
Expand Down

0 comments on commit e3bb827

Please sign in to comment.