Skip to content

Commit 101551e

Browse files
committed
Add autoflake and autopep8 to pre-commit
1 parent 820d6f5 commit 101551e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ repos:
1818
args: ["--maxkb=5000"]
1919
files: '^(?!data/usa_polygon_5070\.gpkg$)(?!data/s2_grid_usa_polygon_5070\.gpkg$).*$'
2020

21+
- repo: https://github.com/PyCQA/autoflake
22+
rev: v2.3.1
23+
hooks:
24+
- id: autoflake
25+
26+
- repo: https://github.com/hhatto/autopep8
27+
rev: v2.3.2
28+
hooks:
29+
- id: autopep8
30+
2131
- repo: https://github.com/psf/black
2232
rev: 24.8.0
2333
hooks:

0 commit comments

Comments
 (0)