Skip to content
Snippets Groups Projects
Commit df0927b4 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[qa] Autoupdate pre-commit and apply on all files.

parent 73b71213
Branches
Tags
1 merge request!106Autoupdate pre-commit and apply on all files
Pipeline #69862 failed
......@@ -2,20 +2,20 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--settings-path, "pyproject.toml"]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-case-conflict
......
......@@ -59,7 +59,6 @@ class DummyPadDatabase(Database):
def dummy_pipeline():
classifier = mario.wrap(
["sample"],
LinearDiscriminantAnalysis(),
......@@ -81,7 +80,6 @@ pipeline = dummy_pipeline()
def test_run_pipeline():
for options in [
["--no-dask", "--memory"],
["--no-dask"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment