Skip to content

Commit

Permalink
Fix pre-commit hook
Browse files Browse the repository at this point in the history
Fixing some problems with the hook based on feedback from the pre-commit author at pre-commit/pre-commit.com#640
  • Loading branch information
wwuck authored Mar 4, 2022
1 parent f693d06 commit 5cdc09b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
- id: yamlfix
name: yamlfix
entry: yamlfix
require_serial: true
language: python
language_version: python3
types: [file, yaml]
args: []
minimum_pre_commit_version: 2.9.0
types: [yaml]

0 comments on commit 5cdc09b

Please sign in to comment.