Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Feb 20, 2025
1 parent fec7248 commit e81bf6e
Show file tree
Hide file tree
Showing 16 changed files with 4,894 additions and 6,460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
ci/run-tests.sh --tests ${{ matrix.test-tool }} --files $changed_files
- name: Run on push
if: github.event_name == 'push'
run: |
run: |-
ci/run-tests.sh --tests ${{ matrix.test-tool }}
6 changes: 2 additions & 4 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ FLAVOR_SUGGESTIONS: false # Don't show suggestions about different MegaLinter fl
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_PYRIGHT_CONFIG_FILE: pyproject.toml
PYTHON_RUFF_CONFIG_FILE: pyproject.toml
CPP_CPPLINT_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".cu", ".cuh", ".cxx", ".cxx.in", ".h", ".h++", ".hh",
".h.in", ".hpp", ".hxx", ".inc", ".inl", ".macro"]
CPP_CLANG_FORMAT_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".cu", ".cuh", ".cxx", ".cxx.in", ".h", ".h++",
".hh", ".h.in", ".hpp", ".hxx", ".inc", ".inl", ".macro"]
CPP_CPPLINT_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".cu", ".cuh", ".cxx", ".cxx.in", ".h", ".h++", ".hh", ".h.in", ".hpp", ".hxx", ".inc", ".inl", ".macro"]
CPP_CLANG_FORMAT_FILE_EXTENSIONS: [".C", ".c", ".c++", ".cc", ".cl", ".cpp", ".cu", ".cuh", ".cxx", ".cxx.in", ".h", ".h++", ".hh", ".h.in", ".hpp", ".hxx", ".inc", ".inl", ".macro"]
19 changes: 10 additions & 9 deletions ci/pytest/yaml.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
test:
test1: [42, "test", Null]
test2:
tea: False
coffee: True
list_of_lists:
- [1, 2, 3,4, 5]
- ["ABC", "DEF", "GHI"]
- [Null, False, True, true, false, null]
test3: 42
test1: [42, "test", Null]
test2:
tea: False
coffee: True
list_of_lists:
- [1, 2, 3, 4, 5]
- ["ABC", "DEF", "GHI"]
- [Null, False, True, true, false, null]
test3: 42
Loading

0 comments on commit e81bf6e

Please sign in to comment.