From 38f561f39597e2be4dea2c7a8f8a2c7f0e39f9e8 Mon Sep 17 00:00:00 2001 From: Rosen Matev <rosen.matev@cern.ch> Date: Wed, 13 Jan 2021 17:40:29 +0100 Subject: [PATCH] Remove PyConf references from CI and code owners --- .gitlab-ci.yml | 2 +- CODEOWNERS | 5 ----- CONTRIBUTING.md | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1743d1fb8d..fb72df8370b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ python-linting: script: - . /cvmfs/lhcb.cern.ch/lib/LbEnv.sh # Only run the pyflakes linter and a few select pycodestyle errors - - flake8 --exclude '*.opts.py' --select=F,E71,E9,W1,W6 $(find {Hlt,PyConf} -name '*.py') + - flake8 --exclude '*.opts.py' --select=F,E71,E9,W1,W6 $(find Hlt -name '*.py') build: stage: build diff --git a/CODEOWNERS b/CODEOWNERS index 2fc0e73c914..4298fc914ab 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -23,8 +23,6 @@ # Documentation /doc/ @apearce -# PyConf -/doc/pyconf/ @apearce @nnolte @rmatev # Moore /doc/tutorials/developing.rst @apearce @rmatev /doc/moore/application.rst @apearce @rmatev @@ -37,9 +35,6 @@ /doc/tutorials/standalone.rst @sstahl /doc/tutorials/hltefficiencychecker.rst @rjhunter -# PyConf -/PyConf/ @apearce @nnolte @rmatev - # Reconstruction configuration /Hlt/RecoConf/ @sstahl # Calorimeter diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7cd3db8cc5..8cd4ec670f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ To simplify the workflow, you can format and lint locally using ```shell lb-format --reference origin/master . -flake8 --exclude '*.opts.py' --select=F,E71,E9,W1,W6 $(find {Hlt,PyConf} -name '*.py') +flake8 --exclude '*.opts.py' --select=F,E71,E9,W1,W6 $(find Hlt -name '*.py') ``` Check [Git4LHCb](https://twiki.cern.ch/twiki/bin/view/LHCb/Git4LHCb) for more details. -- GitLab