From 76e5620a6569bde2f2e1decd734c7a1ee02ca936 Mon Sep 17 00:00:00 2001 From: crankynetman Date: Wed, 28 Jan 2026 13:54:09 -0600 Subject: [PATCH] chore(pre-commit): bump versions and re-run on all-files --- .github/workflows/ruff.yml | 2 +- .idea/runConfigurations/pytest___.xml | 2 +- .idea/runConfigurations/pytest__users.xml | 2 +- .idea/runConfigurations/runserver.xml | 32 +++++++++++------------ .pre-commit-config.yaml | 2 +- compose/production/django/start | 1 - gobgp_config/gobgp.toml | 2 +- requirements/local.txt | 2 +- requirements/production.txt | 1 - scram/__init__.py | 2 +- scram/templates/500.html | 2 -- 11 files changed, 23 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 2c005a9a..9747c6d6 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: pip install ruff==0.14.10 + run: pip install ruff==0.14.14 - name: Fail if we have any style errors run: ruff check --output-format=github diff --git a/.idea/runConfigurations/pytest___.xml b/.idea/runConfigurations/pytest___.xml index afacaa90..6e376dbe 100644 --- a/.idea/runConfigurations/pytest___.xml +++ b/.idea/runConfigurations/pytest___.xml @@ -22,4 +22,4 @@