Skip to content

Commit

Permalink
feat: expand pre-commit config (airbytehq#259)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers authored Jan 29, 2025
1 parent 3729574 commit 128b678
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: |
(?x)(
# Python/system files
^.*/__init__\.py$|
^.*?/\.venv/.*$|
^.*?/node_modules/.*$|
^.*?/\.ruff_cache/.*$|
# Generated/test files
^.*?/\.pytest_cache/.*$|
^.*?/__pycache__/.*$|
^.*?/\.mypy_cache/.*$|
^.*?/\.ruff_cache/.*$
# Package management
^.*?/poetry\.lock$|
Expand All @@ -14,10 +21,8 @@ exclude: |
# Build and test artifacts
^.*?/build/.*$|
^.*?/dist/.*$|
^.*?/\.pytest_cache/.*$|
^.*?/\.coverage$|
^.*?/coverage\.xml$|
^.*?/\.mypy_cache/.*$
)
repos:
Expand Down

0 comments on commit 128b678

Please sign in to comment.