Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-devtools gst-devtools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-devtoolsgst-devtools
  • Issues
  • #37
Closed
Open
Issue created Feb 08, 2019 by Guillaume Desmottes@gdesmott🐐Developer

pre-commit-python hook uses pycodestyle from python2

The commit hooks uses the pycodestyle executable but claims to uses the 3 version on Fedora which is named pycodestyle-3. See https://gitlab.freedesktop.org/gstreamer/gst-devtools/blob/master/hooks/pre-commit-python.hook#L22 (Btw we should probably advertise to use dnf instead).

The suggested package is not consistant as pycodestyle on Debian is the version 2, 3 is python3-pycodestyle.

I suppose we want to use the 3 version but I don't know if the naming of packages and the executable is the same with other distros.

Assignee
Assign to
Time tracking