File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ repos:
3232 - id : end-of-file-fixer
3333 - id : trailing-whitespace
3434 - repo : ' https://github.com/charliermarsh/ruff-pre-commit'
35- rev : v0.4.7
35+ rev : v0.5.6
3636 hooks :
3737 - id : ruff
3838 - repo : ' https://github.com/psf/black'
39- rev : 24.4.2
39+ rev : 24.8.0
4040 hooks :
4141 - id : black
4242 types : [python]
4545 hooks :
4646 - id : cython-lint
4747 - repo : ' https://github.com/pycqa/flake8'
48- rev : 7.0.0
48+ rev : 7.1.1
4949 hooks :
5050 - id : flake8
5151 additional_dependencies :
5858 - id : isort
5959 types_or : [cython, python]
6060 - repo : ' https://github.com/PyCQA/pylint'
61- rev : v3.2.2
61+ rev : v3.2.6
6262 hooks :
6363 - id : pylint
6464 additional_dependencies :
6969 - ' --disable=no-name-in-module'
7070 - ' --disable=import-error'
7171 - repo : ' https://github.com/asottile/pyupgrade'
72- rev : v3.15.2
72+ rev : v3.17.0
7373 hooks :
7474 - id : pyupgrade
7575 types_or : [cython, python]
You can’t perform that action at this time.
0 commit comments