Skip to content

Commit

Permalink
update conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 6, 2025
1 parent 0e11f16 commit 6e8d062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- main
paths-ignore:
- ../../CHANGELOG.rst
- pyproject.toml
Expand Down Expand Up @@ -43,6 +44,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 0 additions & 1 deletion src/miranda/archive/_groupings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from logging.config import dictConfig
from pathlib import Path
from types import GeneratorType
from typing import Dict, List, Optional

from miranda.scripting import LOGGING_CONFIG
from miranda.storage import report_file_size
Expand Down

0 comments on commit 6e8d062

Please sign in to comment.