Skip to content

Commit

Permalink
Add arg inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Jan 14, 2024
1 parent e614867 commit bcacc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: formattex
name: formattex
description: "formattex: The uncompromising LaTeX code formatter"
entry: formattex
entry: formattex --inplace
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand All @@ -11,7 +11,7 @@
name: formatbibtex
description:
"formatbibtex: A simple bibtex formatter based on Bibtexparser."
entry: formatbibtex
entry: formatbibtex --inplace
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
Expand Down

0 comments on commit bcacc0a

Please sign in to comment.