Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Suppress pylink warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Oct 12, 2023
1 parent c4c0d7f commit a317047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkosi.finalize
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later

# pylint: disable=missing-function-docstring,missing-module-docstring,line-too-long

import ast
import fnmatch
import functools
Expand Down

0 comments on commit a317047

Please sign in to comment.