Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/pylint: v2.15.0 → v2.15.5](pylint-dev/pylint@v2.15.0...v2.15.5)
- [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.990](pre-commit/mirrors-mypy@v0.971...v0.990)
  • Loading branch information
pre-commit-ci[bot] authored Nov 14, 2022
1 parent 6a0add9 commit 6968560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
args:
- --config=.flake8
- repo: https://github.com/pycqa/pylint
rev: v2.15.0
rev: v2.15.5
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -30,7 +30,7 @@ repos:
- -c
- bandit.yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.971'
rev: 'v0.990'
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 6968560

Please sign in to comment.