mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-08 04:00:18 +02:00

+ Fixes #63 (lines-overlapping in case of undersized terminal) + Makes Archey entries inherit from a base (abstract) `Entry` class + Allows more than 18 entries to be included in final output
16 lines
428 B
INI
16 lines
428 B
INI
[MASTER]
|
||
# Required hook as we use absolute imports within the code.
|
||
init-hook='import sys; sys.path.append("archey/")'
|
||
|
||
# C sources of the `netifaces` module won't be available.
|
||
# Let's ignore it during linting please.
|
||
extension-pkg-whitelist=netifaces
|
||
|
||
# Automatically detects the number of CPU available to use.
|
||
jobs=0
|
||
|
||
|
||
[DESIGN]
|
||
# For entries classes, we (often) only use the `__init__` magic method.
|
||
min-public-methods=0
|