Fri, 31 May 2024 15:18:05 +0200
Code Style Checker, Name Ordering:
- Changed the import ordering such that '__x' is sorted before '_xx' before other module names (xxx). That is in line with isort.
8166 | 1 | # -*- coding: utf-8 -*- |
2 | ||
10439
21c28b0f9e41
Updated copyright for 2024.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9653
diff
changeset
|
3 | # Copyright (c) 2021 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> |
8166 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing the checker for functions that can be replaced by use of | |
8 | the pathlib module. | |
9 | """ |