Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#265)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
- [github.com/hadialqattan/pycln: v2.1.5 → v2.2.2](hadialqattan/pycln@v2.1.5...v2.2.2)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0a7](pylint-dev/pylint@v3.0.0a6...v3.0.0a7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2023
1 parent c7a4897 commit 96a710a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ ci:
skip: [mypy, pytest]
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5
rev: v2.2.2
hooks:
- id: pycln
args: [--all]
Expand All @@ -25,7 +25,7 @@ repos:
args: [-C]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -36,7 +36,7 @@ repos:
]

- repo: https://github.com/PyCQA/pylint
rev: v3.0.0a6
rev: v3.0.0a7
hooks:
- id: pylint
args: ["--disable=import-error"]
Expand Down

0 comments on commit 96a710a

Please sign in to comment.