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/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/pycqa/pylint: v2.15.0 → v2.16.0b1](pylint-dev/pylint@v2.15.0...v2.16.0b1)
- [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
  • Loading branch information
pre-commit-ci[bot] authored Jan 24, 2023
1 parent 6a0add9 commit 66d578b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ ci:

repos:
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args:
- --config=.flake8
- repo: https://github.com/pycqa/pylint
rev: v2.15.0
rev: v2.16.0b1
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.12.0
hooks:
- id: black
language_version: python3
Expand All @@ -30,13 +30,13 @@ repos:
- -c
- bandit.yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.971'
rev: 'v0.991'
hooks:
- id: mypy
args:
- --config-file=mypy.ini
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
args:
Expand Down

0 comments on commit 66d578b

Please sign in to comment.