File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/psf/black
2+ - repo : https://github.com/psf/black
33 rev : 24.1.1 # Use the latest stable version
44 hooks :
5- - id : black
6- language_version : python3
5+ - id : black
6+ language_version : python3
77
8- - repo : https://github.com/astral-sh/ruff-pre-commit
8+ - repo : https://github.com/astral-sh/ruff-pre-commit
99 rev : v0.2.1 # Use the latest stable version
1010 hooks :
11- - id : ruff
12- args : [--fix, --exit-non-zero-on-fix]
11+ - id : ruff
12+ args : [--fix, --exit-non-zero-on-fix]
1313
14- - repo : https://github.com/pre-commit/pre-commit-hooks
14+ - repo : https://github.com/pre-commit/pre-commit-hooks
1515 rev : v4.5.0
1616 hooks :
17- - id : trailing-whitespace
18- - id : end-of-file-fixer
19- - id : check-yaml
20- - id : check-added-large-files
17+ - id : trailing-whitespace
18+ - id : end-of-file-fixer
19+ - id : check-yaml
20+ - id : check-added-large-files
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ pandas-stubs
1616types-pyyaml
1717types-setuptools
1818types-requests-oauthlib
19- types-urllib3
19+ types-urllib3
20+ pre-commit
You can’t perform that action at this time.
0 commit comments