Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#2366)
Browse files Browse the repository at this point in the history
Co-authored-by: romasku <[email protected]>
  • Loading branch information
neu-ro-github-bot[bot] and romasku authored Oct 21, 2021
1 parent f461144 commit f4c7949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-merge-conflict
exclude: "rst$"
- repo: https://github.com/asottile/yesqa
rev: v1.2.3
rev: v1.3.0
hooks:
- id: yesqa
- repo: https://github.com/aio-libs/sort-all
Expand Down Expand Up @@ -61,12 +61,12 @@ repos:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '3.9.2'
rev: '4.0.1'
hooks:
- id: flake8
exclude: "^neuro-sdk/docs/"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.4
rev: v1.6.6
hooks:
- id: actionlint-docker
args:
Expand All @@ -77,7 +77,7 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.5.0
rev: 0.5.1
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit f4c7949

Please sign in to comment.