src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/PathlibChecker.py

branch
eric7
changeset 10175
57ed3cb66e9a
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10173:9c64ac720853 10175:57ed3cb66e9a
7 Module implementing the checker for functions that can be replaced by use of 7 Module implementing the checker for functions that can be replaced by use of
8 the pathlib module. 8 the pathlib module.
9 """ 9 """
10 10
11 ##################################################################################### 11 #####################################################################################
12 ## This module was implemented along the 'flake8-use-pathlib' flake8 ## 12 ## adapted from: flake8-use-pathlib v0.3.0 ##
13 ## extension (v 0.3.0). ##
14 ## ## 13 ## ##
15 ## Original: Copyright (c) 2021 Rodolphe Pelloux-Prayer ## 14 ## Original: Copyright (c) 2021 Rodolphe Pelloux-Prayer ##
16 ## ## 15 ## ##
17 ## License: ## 16 ## License: ##
18 ## Permission is hereby granted, free of charge, to any person obtaining a copy ## 17 ## Permission is hereby granted, free of charge, to any person obtaining a copy ##

eric ide

mercurial