Skip to content

Commit

Permalink
test: only run toml-sort on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Feb 17, 2022
1 parent 1b6a898 commit d35643e
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 @@ -41,5 +41,5 @@ repos:
- id: toml-sort
name: toml-sort
entry: poetry run toml-sort --check -a
types: [toml]
files: "^\\.pyproject\\.toml$"
language: system

0 comments on commit d35643e

Please sign in to comment.