Skip to content

Commit

Permalink
Run pre-commit on generated files changes (#1776)
Browse files Browse the repository at this point in the history
* run pre-commit on generated files changes

* pre-commit fixes

---------

Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
skarimo and ci.datadog-api-spec authored Nov 21, 2023
1 parent e8526e3 commit b1fd44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
name: Generate
language: system
entry: bash -c "./generate.sh"
files: '^(\.generator/.*|\.pre-commit-config\.yaml|Makefile|\tests/v*/features/.*)'
files: '^(\.generator/.*|\.pre-commit-config\.yaml|Makefile|\tests/v*/features/.*|src/.*)'
pass_filenames: false
- id: docs
name: Format documentation
Expand Down

0 comments on commit b1fd44c

Please sign in to comment.