Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcruickshank committed Jul 23, 2022
1 parent 1c15888 commit 2832ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ def sequence_files(
already_yielded.add(fname)
else:
templater_logger.debug(
"- Skipping yield of previously sequenced file: %r",
fname
"- Skipping yield of previously sequenced file: %r", fname
)

@large_file_check
Expand Down
2 changes: 1 addition & 1 deletion src/sqlfluff/core/linter/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def paths_from_path(
"Developer Warning: Path crawler attempted to "
"requeue the same file twice. %s is already in "
"filtered buffer.",
npath
npath,
)
filtered_buffer.add(npath)

Expand Down

0 comments on commit 2832ed3

Please sign in to comment.