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/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/pycqa/pylint: v2.14.4 → v2.15.3](pylint-dev/pylint@v2.14.4...v2.15.3)
- [github.com/asottile/pyupgrade: v2.37.1 → v2.38.2](asottile/pyupgrade@v2.37.1...v2.38.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2022
1 parent dd43dc5 commit 55309bb
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 @@ -20,7 +20,7 @@ repos:
- id: check-added-large-files
- id: check-ast
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
args: [--config=app/pyproject-ci.toml]
Expand All @@ -31,12 +31,12 @@ repos:
name: isort (python)
args: [--settings-file=app/pyproject-ci.toml]
- repo: https://github.com/pycqa/pylint
rev: v2.14.4
rev: v2.15.3
hooks:
- id: pylint
args: [--rcfile=app/pyproject-ci.toml]
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.37.1'
rev: 'v2.38.2'
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 55309bb

Please sign in to comment.