Skip to content

Commit dc54ac4

Browse files
committed
Some systems have been running into issues with the processes flag, and
it's not needed here.
1 parent 82199b9 commit dc54ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ repos:
5555
description: "Lints sql files with `SQLFluff`"
5656
types: [sql]
5757
require_serial: true
58-
entry: poetry run sqlfluff fix --show-lint-violations --processes 0 --nocolor --disable-progress-bar --force
58+
entry: poetry run sqlfluff fix --show-lint-violations --nocolor --disable-progress-bar
5959
pass_filenames: true

0 commit comments

Comments
 (0)