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: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 # Python 3.6 compatible
rev: v6.0.0 # Python 3.9 compatible
hooks:
# Python related checks
- id: check-ast
Expand All @@ -22,6 +22,7 @@ repos:
- id: mixed-line-ending
name: Force line endings to LF
args: ['--fix=lf']
- id: requirements-txt-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -31,8 +32,9 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- id: text-unicode-replacement-char

# Pre-commit CI config, see https://pre-commit.ci/
ci:
autofix_prs: false
autoupdate_schedule: quarterly
autoupdate_schedule: monthly
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pin packages to work with Python 3.9.
Django==4.2.30
djangorestframework==3.16.1
pytz==2026.3.post1
PyMySQL==1.2.0
pandas==2.3.3
numpy==2.0.2 # pandas dependency
pandas==2.3.3
PyMySQL==1.2.0
pytz==2026.3.post1