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/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/pycqa/pylint: v2.14.4 → v2.15.9](pylint-dev/pylint@v2.14.4...v2.15.9)
- [github.com/asottile/pyupgrade: v2.37.1 → v3.3.1](asottile/pyupgrade@v2.37.1...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 2, 2023
1 parent 259fda3 commit 7f525a2
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 @@ -12,31 +12,31 @@ repos:
- id: check-useless-excludes
- id: identity
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-ast
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.12.0
hooks:
- id: black
args: [--config=app/pyproject-ci.toml]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
args: [--settings-file=app/pyproject-ci.toml]
- repo: https://github.com/pycqa/pylint
rev: v2.14.4
rev: v2.15.9
hooks:
- id: pylint
args: [--rcfile=app/pyproject-ci.toml]
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.37.1'
rev: 'v3.3.1'
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 7f525a2

Please sign in to comment.