Skip to content

Commit

Permalink
Use types instead of files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 20, 2024
1 parent 97c1f13 commit d865416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ repos:
- [email protected]
args:
- --check
files: '^.*\.(jsx|js|tsx|ts|mdx|md|json|yaml|yml|html|css)$'
pass_filenames: true
types: [javascript,jsx,ts,tsx,markdown,mdx,html,css,json,yaml]

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
Expand Down

0 comments on commit d865416

Please sign in to comment.