Page MenuHomeSoftware Heritage

Move pre-commit back to upstream flake8
ClosedPublic

Authored by olasd on Oct 27 2020, 3:03 PM.

Details

Summary

We don't use @overload in this module anymore.

Test Plan

pre-commit run -a

Diff Detail

Repository
rDJNL Journal infrastructure
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D4364 (id=15431)

Could not rebase; Attempt merge onto abc42e2bf7...

Updating abc42e2..eb6fd28
Fast-forward
 .pre-commit-config.yaml | 13 ++-----
 swh/journal/cli.py      | 93 -------------------------------------------------
 2 files changed, 2 insertions(+), 104 deletions(-)
 delete mode 100644 swh/journal/cli.py
Changes applied before test
commit eb6fd28acb85deb4d893b02bf400435c1d83d74c
Author: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date:   Tue Oct 27 15:01:08 2020 +0100

    Move pre-commit back to upstream flake8
    
    We don't use @overload in this module anymore.

commit f6029c1175420e978b35f1172a55536974c284ba
Author: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date:   Mon Sep 28 18:24:08 2020 +0200

    Drop fully deprecated swh.journal.cli module.

See https://jenkins.softwareheritage.org/job/DJNL/job/tests-on-diff/122/ for more details.

This revision is now accepted and ready to land.Oct 27 2020, 3:51 PM
This revision was automatically updated to reflect the committed changes.