Skip to content

Commit

Permalink
Merge pull request #21 from lpoaura/fix_20_datasets
Browse files Browse the repository at this point in the history
Review dataset attribution
  • Loading branch information
lpofredc committed Sep 5, 2024
2 parents fbb6727 + 3350409 commit 0842eae
Show file tree
Hide file tree
Showing 3 changed files with 1,092 additions and 1,154 deletions.
18 changes: 6 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@ repos:
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: [--remove]
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/sqlfluff/sqlfluff
rev: 2.1.2
# - id: trailing-whitespace
# args: [--markdown-linebreak-ext=md]
- repo: https://github.com/amureki/pre-commit-pgFormatter
rev: v1.3.0 # Use the sha / tag you want to point at
hooks:
- id: sqlfluff-lint
args:
- "--dialect"
- "postgres"
- id: sqlfluff-fix
args:
- "--dialect"
- "postgres"
- id: pg_format
args: [-b,-f1,-C,-U2,-k,-g,-w80]


ci:
Expand Down
Loading

0 comments on commit 0842eae

Please sign in to comment.