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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/PyCQA/pylint: v2.15.5 → v2.15.8](pylint-dev/pylint@v2.15.5...v2.15.8)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
- [github.com/asottile/pyupgrade: v3.2.0 → v3.3.0](asottile/pyupgrade@v3.2.0...v3.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 5, 2022
1 parent 1201456 commit 81ea03a
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 @@ -6,7 +6,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -32,18 +32,18 @@ repos:
- --line-length=110

- repo: https://github.com/PyCQA/flake8
rev: '5.0.4'
rev: '6.0.0'
hooks:
- id: flake8
additional_dependencies: ['pep8-naming', 'flake8-docstrings']

- repo: https://github.com/PyCQA/pylint
rev: v2.15.5
rev: v2.15.8
hooks:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v0.991
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -57,7 +57,7 @@ repos:
- --no-strict-optional

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.3.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 81ea03a

Please sign in to comment.