Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 6, 2023
1 parent 23b1587 commit d8b30b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions worker/tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ignore these pylint warnings, concentions and refactoring messages:
# Ignore these pylint warnings, conventions and refactoring messages:
# - W0301: Unnecessary semicolon (unnecessary-semicolon)
# - W0622: Redefining built-in 'format' (redefined-builtin)
# - W0702: No exception type(s) specified (bare-except)
Expand All @@ -8,11 +8,13 @@
# pylint: disable=W0301,W0622,W0702,C0114,C0301

#
# This is a tasks.py file for the pip invoke package: https://docs.pyinvoke.org/.
# This is a tasks.py file for the Python invoke package:
# https://docs.pyinvoke.org/.
#
# It's a replacement of our Makefile with same tasks.
#
# Usage:
# pip install invoke
# invoke --list
#

Expand Down

0 comments on commit d8b30b5

Please sign in to comment.