File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 # Sort imports
2424 - repo : https://github.com/pycqa/isort
25- rev : 7 .0.0
25+ rev : 8 .0.0
2626 hooks :
2727 - id : isort
2828 name : isort
3232
3333 # Remove unused imports, variables, statements
3434 - repo : https://github.com/PyCQA/autoflake
35- rev : v2.3.1
35+ rev : v2.3.3
3636 hooks :
3737 - id : autoflake
3838
4646
4747 # Linter and formatter
4848 - repo : https://github.com/astral-sh/ruff-pre-commit
49- rev : v0.15.1
49+ rev : v0.15.2
5050 hooks :
5151 - id : ruff
5252 args :
8585
8686 # renovate.json validator
8787 - repo : https://github.com/renovatebot/pre-commit-hooks
88- rev : 43.15 .1
88+ rev : 43.31 .1
8989 hooks :
9090 - id : renovate-config-validator
Original file line number Diff line number Diff line change 1- FROM quay.io/fedora/python-313:20260211 @sha256:9de1ca238e2a9d8378d8a2f7d4fc97b6762500c64ff85ebd0c002d31b0b2cf31 AS builder
1+ FROM quay.io/fedora/python-313:20260218 @sha256:654df0c971e86e9ecb781e55a7d7860b7e07bc66c8f60d1ce2c28ef09d1556c3 AS builder
22
33# builder should use root to install/create all files
44USER root
You can’t perform that action at this time.
0 commit comments