Skip to content

Commit

Permalink
Pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 29, 2024
1 parent 671d662 commit 0e68e1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask
Flask-APScheduler==1.13.1
pytest
pytest-cov
flake8
-e .
pytest==8.2.0
pytest-cov==5.0.0
flake8==7.0.0
black==24.4.2

0 comments on commit 0e68e1e

Please sign in to comment.