Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#168)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
- [github.com/PyCQA/pylint: v2.15.2 → v2.15.3](pylint-dev/pylint@v2.15.2...v2.15.3)

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 19, 2022
1 parent 677ffaa commit 70f3ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
skip: [mypy, pytest]
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
]

- repo: https://github.com/PyCQA/pylint
rev: v2.15.2
rev: v2.15.3
hooks:
- id: pylint
args: ["--disable=import-error"]
Expand Down

0 comments on commit 70f3ad1

Please sign in to comment.