Skip to content

Commit

Permalink
build(poetry): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Oct 26, 2023
1 parent db820dd commit a24fa44
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
default_install_hook_types:
- commit-msg
- pre-commit
default_language_version:
python: python3.11
repos:
Expand Down Expand Up @@ -38,11 +41,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.3
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -57,4 +60,3 @@ repos:
rev: 3.12.0
hooks:
- id: commitizen
stages: [ commit-msg ]
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a24fa44

Please sign in to comment.