We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820d6f5 commit 101551eCopy full SHA for 101551e
.pre-commit-config.yaml
@@ -18,6 +18,16 @@ repos:
18
args: ["--maxkb=5000"]
19
files: '^(?!data/usa_polygon_5070\.gpkg$)(?!data/s2_grid_usa_polygon_5070\.gpkg$).*$'
20
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
29
+ - id: autopep8
30
31
- repo: https://github.com/psf/black
32
rev: 24.8.0
33
hooks:
0 commit comments