Skip to content

Commit

Permalink
Fix Linting :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Sep 20, 2024
1 parent 4e62829 commit 1c83d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/reformat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/python3
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
import json
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion src/entities.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments

# Postponed Evaluation of Annotations to allow using a class inside a class for annotations
from __future__ import annotations
Expand Down

0 comments on commit 1c83d40

Please sign in to comment.