Skip to content

Commit

Permalink
Merge pull request #5915 from rhinstaller/dependabot/pip/dockerfile/r…
Browse files Browse the repository at this point in the history
…uff-0.6.8

infra: bump ruff from 0.6.7 to 0.6.8 in /dockerfile
  • Loading branch information
KKoukiou authored Oct 4, 2024
2 parents 5804830 + 8fbda57 commit 39d4575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile/anaconda-ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pylint == 3.3.1
astroid == 3.3.4

# ruff for fast linting
ruff == 0.6.7
ruff == 0.6.8

# vulture for dead code analysis
vulture == 2.12
2 changes: 1 addition & 1 deletion pyanaconda/modules/boss/kickstart_manager/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, *args, **kwargs):
"""
super().__init__(*args, **kwargs)
self.sectionOpen = kwargs.get("sectionOpen")
self._store = kwargs.get("store", None)
self._store = kwargs.get("store")
self.header_lineno = 0
self.args = []
self.lines = []
Expand Down

0 comments on commit 39d4575

Please sign in to comment.