Skip to content

Commit

Permalink
Merge pull request #53 from idkbrowby/anand/fix-precommit-black
Browse files Browse the repository at this point in the history
fix: explicitly invoke black via poetry
  • Loading branch information
vivekashok1221 authored Oct 20, 2023
2 parents c0f2ffb + 28494fd commit d122ff9
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 @@ -29,6 +29,6 @@ repos:
name: Black
description: Formats python files with Black.
language: system
entry: black .
entry: poetry run black .
require_serial: true
pass_filenames: false

0 comments on commit d122ff9

Please sign in to comment.