Skip to content

Commit 642f96b

Browse files
authored
BEDES v2.5 - BuildingSync 2.7 mapping (#211)
* added generated mapping csvs also increase file size limit * increase file size limit to match nginx config * Update .pre-commit-config.yaml
1 parent 34b94da commit 642f96b

File tree

4 files changed

+15764
-2
lines changed

4 files changed

+15764
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ repos:
1515
hooks:
1616
- id: check-ast
1717
- id: check-added-large-files
18-
# Reduced max file size from 5000KB to 2000KB to prevent large files from being added.
19-
args: ["--maxkb=2000"]
18+
# Increased max file size from 2000KB to 75000KB to accommodate large files from being added (matching nginx config).
19+
args: ["--maxkb=75000"]
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- id: check-toml

0 commit comments

Comments
 (0)