Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

# Sort imports
- repo: https://github.com/pycqa/isort
rev: 8.0.0
rev: 8.0.1
hooks:
- id: isort
name: isort
Expand All @@ -40,7 +40,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.2
rev: v0.15.4
hooks:
- id: ruff
args:
Expand All @@ -65,7 +65,7 @@ repos:

# Security linter
- repo: https://github.com/pycqa/bandit
rev: 1.9.3
rev: 1.9.4
hooks:
- id: bandit
name: bandit
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/python-313:20260218@sha256:654df0c971e86e9ecb781e55a7d7860b7e07bc66c8f60d1ce2c28ef09d1556c3 AS builder
FROM quay.io/fedora/python-313:20260225@sha256:24c1b6bc9b320ce7462b72e9f327765cd2be1fe437c869af36d65a5b218ff555 AS builder

# builder should use root to install/create all files
USER root
Expand Down