Skip to content

Commit

Permalink
Update rev of pre-commit repos
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Aug 8, 2023
1 parent bf87646 commit f48c789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- mdformat-gfm

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.0.1
hooks:
- id: add-trailing-comma

Expand All @@ -62,7 +62,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -72,7 +72,7 @@ repos:
- --extend-ignore=E203

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.278
rev: v0.0.282
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions roles/qutebrowser/files/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
qute://help/configuring.html
qute://help/settings.html
""" # noqa: INP001
c = c # noqa: F821
config = config # noqa: F821
c = c # noqa: F821 PLW0127
config = config # noqa: F821 PLW0127

# Always restore open sites when qutebrowser is reopened.
c.auto_save.session = True
Expand Down

0 comments on commit f48c789

Please sign in to comment.