Skip to content

Commit

Permalink
chore(deps): update dependency https://github.com/serious-scaffold/ss…
Browse files Browse the repository at this point in the history
…-pybind11 to v0.8.31 (#126)

* chore(deps): update dependency https://github.com/serious-scaffold/ss-pybind11 to v0.8.31

* Resolve conflicts

Signed-off-by: l.feng <[email protected]>

---------

Signed-off-by: l.feng <[email protected]>
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
Co-authored-by: l.feng <[email protected]>
  • Loading branch information
msclock-bot[bot] and msclock authored Jan 8, 2025
1 parent f116d99 commit 58263e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v0.8.29
_commit: v0.8.31
_src_path: https://github.com/serious-scaffold/ss-pybind11
author_email: [email protected]
author_name: l.feng
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ repos:

# Strong lint from ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.5
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

# Mypy Check
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
files: src|tests
Expand Down
6 changes: 4 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"auto-approval"
],
"extends": [
"schedule:earlyMondays",
"schedule:automergeMonthly"
"schedule:earlyMondays"
],
"automergeSchedule": [
"* 0-3 1-7 * *"
],
"matchUpdateTypes": [
"minor",
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ project(
find_package(cmake-modules REQUIRED)
include(cmake-modules/ProjectDefault)

# Project custom modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

find_program(cppcheck NAMES "cppcheck" "cppcheck.exe")
cmake_path(GET cppcheck PARENT_PATH cppcheck_dir)
file(GLOB cppcheck_runtimes ${cppcheck_dir}/*)
Expand Down
6 changes: 3 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "cppcheck-wheel",
"description": "Package cppcheck as a python wheel.",
"builtin-baseline": "4b6c50d962cc20aaa3ef457f8ba683b586263cfb",
"builtin-baseline": "65be7019941e1401e02daaba0738cab2c8a4a355",
"homepage": "https://github.com/msclock/cppcheck-wheel",
"dependencies": [
{
Expand All @@ -25,14 +25,14 @@
},
{
"name": "cmake-modules",
"version": "1.6.13"
"version": "1.6.14"
}
],
"vcpkg-configuration": {
"registries": [
{
"kind": "git",
"baseline": "acce0190fabf75096d6be7db6138cb714bc7aace",
"baseline": "e855ff793ab2fa53f26030fab6be443595cfda6e",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit 58263e9

Please sign in to comment.