Skip to content
Snippets Groups Projects
Commit 38f561f3 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Remove PyConf references from CI and code owners

parent 22fe367a
No related branches found
No related tags found
3 merge requests!736Sl vub,!720add track fit to the probe downstream tracks,!718Move PyConf from Moore to LHCb
......@@ -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
......
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment