From 840b23ec7cda45742a27eec3f665285e1c36a937 Mon Sep 17 00:00:00 2001 From: Jad Yehya Date: Tue, 19 May 2026 17:40:14 +0200 Subject: [PATCH] Update pre-commit configuration --- .gitignore | 2 ++ .pre-commit-config.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 091a223..a90798c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__ __cache__ *.egg-info +*.pth .coverage **/outputs joblib/ @@ -19,3 +20,4 @@ coverage.xml # Data directories data/ exploratory/ +src/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a31f116..dca8836 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,13 @@ repos: - id: check-json - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 args: [--max-line-length=79] # Customize flake8 options here - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + - repo: https://github.com/hhatto/autopep8 + rev: v2.3.2 hooks: - id: autopep8 - args: [--max-line-length=79, --in-place] \ No newline at end of file + args: [--max-line-length=79, --in-place]