Skip to content

Commit

Permalink
Fix editor and linting config for package manifest
Browse files Browse the repository at this point in the history
I forgot to commit this in 05b858b.
  • Loading branch information
dbnicholson committed Apr 5, 2024
1 parent 36c3301 commit 7a0a2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ indent_style = space
indent_size = 2

# Python
[{*.py,eos-image-builder,run-build,helpers/{assemble-manifest,fetch-remote-collection-id,generate-ovf-files,kill-chroot-procs,kolibri-pick-content-from-channel,mutable-path,packages-manifest,seed-kolibri-channels},hooks/{content/50-flatpak,image/{50-flatpak.chroot,52-ek-content-cache,62-kolibri-options,70-flatpak-appstream-catalog,70-flatpak-manifest,70-ostree-manifest}}}]
[{*.py,eos-image-builder,run-build,helpers/{assemble-manifest,fetch-remote-collection-id,generate-ovf-files,kill-chroot-procs,kolibri-pick-content-from-channel,mutable-path,seed-kolibri-channels},hooks/{content/50-flatpak,image/{50-flatpak.chroot,52-ek-content-cache,62-kolibri-options,70-flatpak-appstream-catalog,70-flatpak-manifest,70-ostree-manifest,70-packages-manifest}}}]
indent_size = 4
max_line_length = 88
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ filename =
./helpers/kill-chroot-procs,
./helpers/kolibri-pick-content-from-channel,
./helpers/mutable-path,
./helpers/packages-manifest,
./helpers/seed-kolibri-channels,
./hooks/content/50-flatpak,
./hooks/image/50-flatpak.chroot,
./hooks/image/62-kolibri-options,
./hooks/image/70-flatpak-appstream-catalog,
./hooks/image/70-flatpak-manifest,
./hooks/image/70-ostree-manifest,
./hooks/image/70-packages-manifest,
./run-build

0 comments on commit 7a0a2b9

Please sign in to comment.