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.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/psf/black: 21.6b0 → 23.12.1](psf/black@21.6b0...23.12.1)
- [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
- [github.com/commitizen-tools/commitizen: v2.17.9 → v3.13.0](commitizen-tools/commitizen@v2.17.9...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 6e07f26 commit 28c06de
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -11,20 +11,20 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 23.12.1
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
- flake8-absolute-import
- flake8-black
- flake8-docstrings
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.17.9
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit 28c06de

Please sign in to comment.