Skip to content
Snippets Groups Projects
Select Git revision
  • a441c14aeb206ca111c1c46687cd950ced0f5210
  • main default protected
  • airflow-2.7.0 protected
  • airflow253 protected
  • air251
  • test_docker_op
  • airflow225
  • mptest
  • https-deployment
  • datacat_integration protected
  • datacatalog-integration
  • stable-2.2.2 protected
  • stable-2.2.1 protected
  • stable-2.2.0 protected
  • stable-2.1.4 protected
  • stable-2.1.3 protected
  • stable-2.1.2 protected
  • stable-2.1.1 protected
  • stable-2.1.0 protected
  • stable-2.0.2 protected
  • stable-2.0.1 protected
  • stable-2.0.0 protected
  • stable-1.0.1 protected
  • stable-1.0 protected
  • stable-0.1 protected
25 results

src

JSC's EasyBuild private repo

This is the repo to store all the EasyBuild configuration files, including easyconfigs.

Each stage is in a separate branch, containing all the relevant files for that stage

This repository uses autopep8 and pre-commit. For that, you need to run this on your machine:

pip3 install --user autopep8
pip3 install --user pre-commit
pre-commit install

After those steps, pre-commit will call autopep8 on each commit, and make small changes pass the pep8 test without needing to do a manual eb --check-style and checking each little mistake.