Commit graph

6 commits

Author SHA1 Message Date
Franck Bret
fea6fc04aa lister: Add new rust crates lister
The Crates lister retrieves crates package for Rust lang.

It basically fetches https://github.com/rust-lang/crates.io-index.git
to a temp directory and then walks through each file to get the
crate's info.
2022-03-28 08:42:31 +02:00
Antoine Lambert
c17a932ccf pre-commit: Bump hooks and add new one to check commit message spelling
To install the new hook:

  $ pre-commit install -t commit-msg
2022-02-10 16:24:19 +01:00
Antoine Lambert
d24846a957 pre-commit: Add isort hook and configuration
Related to T2610
2020-09-17 17:48:25 +02:00
Antoine Lambert
cef98c9b9b pre-commit: Update flake8 hook configuration
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks
so now use the one from https://gitlab.com/pycqa/flake8
2020-09-17 13:55:01 +02:00
David Douard
93a4d8b784 Enable black
- blackify all the python files,
- enable black in pre-commit,
- add a black tox environment.
2020-04-08 16:31:22 +02:00
David Douard
dfd8569c58 Add a pre-commit config file 2019-11-21 14:10:42 +01:00