Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
- [github.com/PyCQA/pylint: v2.9.5 → v2.10.2](pylint-dev/pylint@v2.9.5...v2.10.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 30, 2021
1 parent 6891714 commit 17757e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: '21.7b0'
rev: '21.8b0'
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -22,7 +22,7 @@ repos:
- id: check-yaml
exclude: docs/mkdocs.yml
- repo: https://github.com/PyCQA/pylint
rev: 'v2.9.5'
rev: 'v2.10.2'
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 17757e8

Please sign in to comment.