File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v5.0.0
4+ hooks :
5+ - id : trailing-whitespace
6+ - id : end-of-file-fixer
7+ - id : check-yaml
8+ - id : check-added-large-files
9+
10+ - repo : https://github.com/psf/black
11+ rev : 24.10.0
12+ hooks :
13+ - id : black
14+ args : [--line-length=127]
15+
16+ - repo : https://github.com/pycqa/flake8
17+ rev : 7.1.1
18+ hooks :
19+ - id : flake8
20+ args : [--max-line-length=127]
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ atomic = "atomic_assembler.main:main"
4747dev = [
4848 " black>=24.8.0,<25.0.0" ,
4949 " flake8>=7.1.1,<8.0.0" ,
50+ " pre-commit>=4.0.0,<5.0.0" ,
5051 " pdoc3>=0.11.1,<1.0.0" ,
5152 " pytest>=8.3.3,<9.0.0" ,
5253 " pytest-cov>=5.0.0,<6.0.0" ,
You can’t perform that action at this time.
0 commit comments