Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 27abc43 commit 2709072
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/set_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Update the version file."""

import os
import sys

Expand Down
1 change: 1 addition & 0 deletions pre_commit_hooks/gitlab_ci_lint.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Run gitlab's lint api on yaml files"""

from __future__ import annotations

import argparse
Expand Down
1 change: 1 addition & 0 deletions pre_commit_hooks/gitlab_script_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Run shellcheck on script elements"""

from __future__ import annotations

import argparse
Expand Down
1 change: 1 addition & 0 deletions pre_commit_hooks/shared/debug_mode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Enable debugging mode for tracing http requests"""

from __future__ import annotations
import logging
import http.client as http_client
Expand Down
1 change: 1 addition & 0 deletions pre_commit_hooks/shared/importer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper file to import gitlab yaml files"""

from __future__ import annotations
import os
import sys
Expand Down

0 comments on commit 2709072

Please sign in to comment.