Skip to content

Commit b033ab7

Browse files
authored
Create .pre-commit-config.yaml
1 parent bdbd963 commit b033ab7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 24.10.0
4+
hooks:
5+
- id: black
6+
- repo: https://github.com/PyCQA/isort
7+
rev: 5.12.0
8+
hooks:
9+
- id: isort
10+
- repo: https://github.com/pre-commit/mirrors-flake8
11+
rev: 6.1.0
12+
hooks:
13+
- id: flake8
14+
- repo: https://github.com/pre-commit/pre-commit-hooks
15+
rev: v4.4.0
16+
hooks:
17+
- id: end-of-file-fixer
18+
- id: trailing-whitespace

0 commit comments

Comments
 (0)