Skip to content

Commit

Permalink
.pre-commit-config: add black fmt hook
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwuelker committed Aug 10, 2024
1 parent be8ffc3 commit 448a47d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ repos:
language: system
types: [file, rust]
pass_filenames: false
- id: black
name: black
description: "Black: The uncompromising Python code formatter"
entry: black --check
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [python, pyi]

0 comments on commit 448a47d

Please sign in to comment.