Skip to content

Commit

Permalink
2024-10-27 12:42:37+04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
nett00n committed Oct 27, 2024
1 parent 8ec3159 commit 0454f41
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,23 @@ repos:
id: sort-simple-yaml
- id: no-commit-to-branch
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.10.0
- hooks:
- id: isort
repo: https://github.com/PyCQA/isort
rev: 5.13.2
- hooks:
- id: flake8
repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
- repo: local
hooks:
- id: run-pytest
name: Run Pytest with Poetry
entry: poetry run pytest
language: system
pass_filenames: false

0 comments on commit 0454f41

Please sign in to comment.