Skip to content

Commit a2f49f3

Browse files
authored
Add Postgres integration tests (#53)
1 parent d1af711 commit a2f49f3

190 files changed

Lines changed: 2648 additions & 217 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repos:
2222
hooks:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
25+
exclude: ^core/tests/snapshots_csv
2526
- repo: https://github.com/charliermarsh/ruff-pre-commit
2627
rev: 'v0.0.239'
2728
hooks:

0 commit comments

Comments
 (0)