Skip to content

Commit

Permalink
add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Baur committed Aug 1, 2024
1 parent 7994cbe commit 0888c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def handle_config():

def handle_formatter():
code_formatter = '{{ cookiecutter.code_formatter }}'
if code_formatter in ['none', 'black']:
if code_formatter in ['none', 'black', 'ruff']:
# no action necessary
pass
else:
Expand Down

0 comments on commit 0888c4b

Please sign in to comment.