summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2024-01-11 21:09:56 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2024-01-11 21:12:58 +0100
commitcc1937215ee5beb89c0749ad9f411d05c7446878 (patch)
treec09ac40e87aabf78e3da4da77063e1d7a40c8507 /.pre-commit-config.yaml
parented2edfcb767fd655c5466980c80956b4b3d5ad12 (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.yaml1
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 ]