MNT: Replace flake8 with ruff

This commit is contained in:
Kernc
2022-12-03 02:04:52 +01:00
parent d47185f9e6
commit 6ac0a215c2
10 changed files with 74 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ if __name__ == '__main__':
'scikit-optimize',
],
'dev': [
'flake8',
'ruff',
'coverage',
'mypy',
],