Skip to content

Commit 48d4e24

Browse files
committed
chore: Add pre-commit hooks for code quality checks
1 parent 19d0e39 commit 48d4e24

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
4-
hooks:
3+
rev: v4.6.0
4+
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml

requirements.dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest
22
flake8
33
pytest-md-report
4+
pre-commit

0 commit comments

Comments
 (0)