Commit Graph

16 Commits

Author SHA1 Message Date
Antoine Prouvost d116ff8917
Add cmake-format (#2962)
* Add cmake-format

* Apply cmake-format
2023-11-07 11:08:26 +01:00
Antoine Prouvost 7c02338cb5
Fix Ci (#2889)
* Pin pre-commit Python version

* update pre-commit config

* Try fix Mamba tests Windows

* use boltons

* Fix channel in tests
2023-10-03 22:20:29 +02:00
Jonas Haag 48d595ae45
Update pre-commit hooks (#2586) 2023-06-13 22:39:50 +02:00
Antoine Prouvost aa8d28c6c5
Structure test directory layout (#2380)
* Clean test layout

* Copy test data before run
2023-03-16 13:41:12 +01:00
Wolf Vollprecht e9695a45cc
use local meta.yaml for static builds (#2214) 2023-01-10 17:45:49 +01:00
Jonas Haag 6e4011c38d
Update pre-commit versions (#2178) 2023-01-09 20:07:14 +01:00
Jonas Haag 5fd5c955d1
Update flake8 pre-commit versions (#2117) 2022-11-15 16:59:29 +01:00
Antoine Prouvost 557e232ff5
Update pre-commit-config (#2092) 2022-11-08 10:43:38 +01:00
Klaim (Joël Lamotte) 048cb67f62
Fix JSON output issues (#1600)
* Fixed: `--json` throwing exceptions in some situations (lockfiles)
* Refactored Console pimpl handling
* Automatic json printing instead of explicit.
* added a way to cancel the print of json log from libmamba, used in mamba which already output the right json;
From now on the json output will be automatically printed at the end of the program
(after `main()` call) instead of explicitly invoked.
2022-04-07 11:17:22 +02:00
Jonas Haag 81f2ffe036
Upgrade pre-commit env (#1602) 2022-03-30 14:56:07 +02:00
Wolf Vollprecht 7f9c5adb77 bump clang-format to 13.0.1 and make it work again 2022-02-22 15:58:47 +01:00
Wolf Vollprecht 7e4c03245b add tests for etag/mod/etc reading in cache 2022-02-11 18:28:43 +01:00
Chris Burr 01a336c0c1 Get clang-format from PyPI and version pre-commit hook 2022-02-01 19:50:46 +01:00
Jonas Haag 3719781cdf Update pre-commit versions 2022-01-29 12:56:15 +01:00
Marcelo Trevisani 98f2530d23 Add cpp linter and fix warnings 2020-08-03 20:04:50 +01:00
Marcelo Trevisani 5c2951cc18 Add pre-commit configuration
Run pre-commit
Fixed small problems
Fixed linters problems

Improve conditional expression
2020-08-02 18:58:09 +01:00