From 754e57cfe6137b5ec6dfdc18c9c0031231bf1c07 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:36:38 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.1.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.19.1...1.20.0) - [github.com/PyCQA/pylint: v3.3.8 → v4.0.4](https://github.com/PyCQA/pylint/compare/v3.3.8...v4.0.4) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.3](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.3) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b5ce6d2..d8a92ed6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: - id: check-json # catch git merge/rebase problems - id: check-merge-conflict - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black types_or: [python] - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black] @@ -29,13 +29,13 @@ repos: - id: flake8 types_or: [python] - repo: https://github.com/PyCQA/pylint - rev: v3.3.8 + rev: v4.0.4 hooks: - id: pylint args: [--exit-zero] types_or: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.8.6 + rev: 1.9.3 hooks: - id: bandit args: [--exit-zero] From fcb6763507c7c6aaded8e5c4188a6cdf7ddde79d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:38:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/history.py b/history.py index 9820da4d..711b7649 100755 --- a/history.py +++ b/history.py @@ -6,6 +6,7 @@ Normally this should not be used. This is ideally only used to generate the initial historical data points for repos that have not been previously tracked. """ + import argparse import json import time