Skip to content

Commit

Permalink
build: poetry upgrade and poetry update and pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
dpr-0 committed Jan 6, 2023
1 parent 5c27577 commit f7cc2b0
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 1,216 deletions.
12 changes: 9 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.39.1
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]
Loading

0 comments on commit f7cc2b0

Please sign in to comment.