Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.2.0](asottile/setup-cfg-fmt@v1.20.0...v2.2.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 26, 2022
1 parent e5b4931 commit 78cf50a
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -17,16 +17,16 @@ repos:
- id: trailing-whitespace
- id: double-quote-string-fixer
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v2.2.0
hooks:
- id: setup-cfg-fmt
args: ["--min-py3-version", "3.7", "--max-py-version", "3.9"]
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "6.0.0"
hooks:
- id: flake8
language_version: python3.9

0 comments on commit 78cf50a

Please sign in to comment.