File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ cp test.env.sample test.env
33docker compose build
44docker compose up -d
55
6- pip install -e .
7-
86pip install -r dev_requirements.txt
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3.10
33repos :
44 - repo : ' https://github.com/pre-commit/pre-commit-hooks'
5- rev : v4.4 .0
5+ rev : v4.6 .0
66 hooks :
77 - id : check-yaml
88 args :
2121 - id : mixed-line-ending
2222 - id : check-docstring-first
2323 - repo : ' https://github.com/adrienverge/yamllint'
24- rev : v1.32.0
24+ rev : v1.35.1
2525 hooks :
2626 - id : yamllint
2727 args :
@@ -32,13 +32,13 @@ repos:
3232 hooks :
3333 - id : absolufy-imports
3434 - repo : ' https://github.com/hadialqattan/pycln'
35- rev : v2.1.3
35+ rev : v2.4.0
3636 hooks :
3737 - id : pycln
3838 args :
3939 - ' --all'
4040 - repo : ' https://github.com/pycqa/isort'
41- rev : 5.12.0
41+ rev : 5.13.2
4242 hooks :
4343 - id : isort
4444 args :
5050 - ' --python-version'
5151 - ' 39'
5252 - repo : ' https://github.com/psf/black'
53- rev : 23.3 .0
53+ rev : 24.8 .0
5454 hooks :
5555 - id : black
5656 args :
6666 - ' --check'
6767 - ' --diff'
6868 - repo : ' https://github.com/pycqa/flake8'
69- rev : 6.0.0
69+ rev : 7.1.1
7070 hooks :
7171 - id : flake8
7272 args :
7878 stages :
7979 - manual
8080 - repo : ' https://github.com/pre-commit/mirrors-mypy'
81- rev : v1.3.0
81+ rev : v1.11.1
8282 hooks :
8383 - id : mypy
8484 args :
You can’t perform that action at this time.
0 commit comments