Skip to content

Commit

Permalink
Merge pull request #884 from reupen/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
reupen committed May 26, 2024
2 parents 775f24e + c670a77 commit d12bed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: isort
args: ["--filter-files"]
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -35,7 +35,7 @@ repos:
- id: prettier
types_or: [json, markdown, yaml]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.5
hooks:
- id: clang-format
types_or: [c++]
2 changes: 1 addition & 1 deletion foo_ui_columns/ng_playlist/ng_playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void set_font_size(bool up)

PlaylistView::PlaylistView()
: ListViewPanelBase(std::make_unique<PlaylistViewRenderer>(this))
, m_dragging_initial_playlist(pfc_infinite){};
, m_dragging_initial_playlist(pfc_infinite) {};

PlaylistView::~PlaylistView() = default;

Expand Down

0 comments on commit d12bed6

Please sign in to comment.