Skip to content

Commit

Permalink
pre-commit: Remove black args (#1359)
Browse files Browse the repository at this point in the history
There should be a single source of truth for Black's config. This makes
`pyproject.toml` that source of truth.
  • Loading branch information
auscompgeek authored Jan 13, 2024
1 parent a5993db commit 2f7de0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ repos:
rev: 23.12.1
hooks:
- id: black
args: ["--target-version", "py310"]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
hooks:
Expand Down

0 comments on commit 2f7de0d

Please sign in to comment.