youssefedweqd/working
06
1repos:2- repo: https://github.com/pre-commit/pre-commit-hooks3 rev: v5.0.04 hooks:5 - id: check-ast6 - id: check-added-large-files7 args: ['--maxkb=25000']8 - id: check-merge-conflict9 - id: check-yaml10 - id: debug-statements11 - id: end-of-file-fixer12 - id: trailing-whitespace13 args: [--markdown-linebreak-ext=md]14 - id: no-commit-to-branch15 args: ['--branch', 'main']16 17- repo: https://github.com/asottile/pyupgrade18 rev: v3.17.019 hooks:20 - id: pyupgrade21 args: [--py38-plus]22 23- repo: https://github.com/astral-sh/ruff-pre-commit24 rev: v0.6.925 hooks:26 - id: ruff27 args: [--fix]28 - id: ruff-format29 