Skip to content

Commit

Permalink
chore(pre-commit): Weekly pre-commit autoupdate (#52)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/pylint: pylint-2.6.0 → v2.10.2](pylint-dev/pylint@pylint-2.6.0...v2.10.2)
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2021
1 parent 1cd4d23 commit 1cec5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -36,12 +36,12 @@ repos:
- id: check-yaml

- repo: https://github.com/pycqa/pylint
rev: pylint-2.6.0
rev: v2.10.2
hooks:
- id: pylint

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black

Expand All @@ -57,7 +57,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.10.0]

- repo: https://github.com/timothycrosley/isort
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort
Expand Down

0 comments on commit 1cec5ce

Please sign in to comment.