mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Bump flake8 version
Fixes support for importlib_metadata 5.0.0, https://github.com/PyCQA/flake8/issues/1701
This commit is contained in:
@ -13,7 +13,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
|
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 3.8.3
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ class SopelController(BaseClientController):
|
|||||||
if self.filename:
|
if self.filename:
|
||||||
try:
|
try:
|
||||||
(Path("~/.sopel/").expanduser() / self.filename).unlink()
|
(Path("~/.sopel/").expanduser() / self.filename).unlink()
|
||||||
except OSError: # File does not exist
|
except OSError: # File does not exist
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def open_file(self, filename: str, mode: str = "a") -> TextIO:
|
def open_file(self, filename: str, mode: str = "a") -> TextIO:
|
||||||
|
Reference in New Issue
Block a user