diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2024-01-11 21:09:56 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2024-01-11 21:12:58 +0100 |
commit | cc1937215ee5beb89c0749ad9f411d05c7446878 (patch) | |
tree | c09ac40e87aabf78e3da4da77063e1d7a40c8507 /.pre-commit-config.yaml | |
parent | ed2edfcb767fd655c5466980c80956b4b3d5ad12 (diff) |
pre-commit: remove linter FIXME
This is a leftover from:
https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1315
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1322>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbc2aaea..301d837c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: # Ruff version. rev: v0.1.8 hooks: - # FIXME: Add the linter once all errors are fixed # Run the linter. - id: ruff args: [ --fix ] |