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 8fdb97f commit a2d8deeCopy full SHA for a2d8dee
.gitattributes
@@ -0,0 +1,15 @@
1
+# Auto detect text files and normalize EOL
2
+* text=auto
3
+
4
+# Explicitly set LF for files that should be executed on a server/cluster
5
+*.sh text eol=lf
6
+*.py text eol=lf
7
8
+# Explicitly set CRLF for Windows specific files
9
+*.bat text eol=crlf
10
+*.cmd text eol=crlf
11
12
+# Binary files (do not normalize)
13
+*.jpg binary
14
+*.png binary
15
+*.pdf binary
.pre-commit-config.yaml
@@ -15,6 +15,7 @@ repos:
- id: check-docstring-first
16
- id: detect-private-key
17
- id: check-added-large-files
18
+ args: ["--maxkb=5000"]
19
files: '^(?!data/usa_polygon_5070\.gpkg$)(?!data/s2_grid_usa_polygon_5070\.gpkg$).*$'
20
21
- repo: https://github.com/psf/black
0 commit comments