Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 0e68e1e

Browse files
committed
Pin versions
1 parent 671d662 commit 0e68e1e

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ repos:
2525
rev: 6.0.0
2626
hooks:
2727
- id: flake8
28+
- repo: https://github.com/psf/black
29+
rev: stable
30+
hooks:
31+
- id: black

tests/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Flask
2-
Flask-APScheduler==1.13.1
3-
pytest
4-
pytest-cov
5-
flake8
1+
-e .
2+
pytest==8.2.0
3+
pytest-cov==5.0.0
4+
flake8==7.0.0
5+
black==24.4.2

0 commit comments

Comments
 (0)