Skip to content

Commit

Permalink
fix: update pre commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri committed Jul 27, 2024
1 parent d015198 commit ac3164e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
rev: v4.3.0
hooks:
- id: trailing-whitespace
files: 'frappe.*'
files: 'check_run.*'
exclude: '.*json$|.*txt$|.*csv|.*md|.*svg'
- id: check-yaml
- id: no-commit-to-branch
Expand Down Expand Up @@ -38,12 +38,12 @@ repos:
# Ignore any files that might contain jinja / bundles
exclude: |
(?x)^(
frappe/public/dist/.*|
check_run/public/dist/.*|
.*node_modules.*|
.*boilerplate.*|
frappe/www/website_script.js|
frappe/templates/includes/.*|
frappe/public/js/lib/.*
check_run/www/website_script.js|
check_run/templates/includes/.*|
check_run/public/js/lib/.*
)$
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit ac3164e

Please sign in to comment.