Skip to content

Commit

Permalink
Chore: Apply Copier template
Browse files Browse the repository at this point in the history
[skip-changelog]
  • Loading branch information
adrien-berchet committed Sep 29, 2023
1 parent 967cdcb commit f74e754
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .auto-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tagPrefix": "synthesis-workflow-v",
"commitLimit": false,
"backfillLimit": false,
"ignoreCommitPattern": "Release:? [0-9]+\\.[0-9]+\\.[0-9]+|Update CHANGELOG.*|.*\\[skip-changelog\\].*|\\[pre-commit.ci\\]",
"ignoreCommitPattern": "^Release:? [0-9]+\\.[0-9]+\\.[0-9]+$|^Update CHANGELOG.*|.*\\[skip-changelog\\].*|^\\[pre-commit.ci\\]|^\\(dependabot\\) .*",
"commitUrl": "https://bbpgitlab.epfl.ch/neuromath/synthesis-workflow/commit/{id}",
"issueUrl": "https://bbpgitlab.epfl.ch/neuromath/synthesis-workflow/issues/{id}",
"mergeUrl": "https://bbpgitlab.epfl.ch/neuromath/synthesis-workflow/merge_requests/{id}",
Expand Down
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier

_commit: 0.1.47
_commit: 0.1.52
_src_path: git@bbpgitlab.epfl.ch:neuromath/python-template.git
author_email: bbp-ou-cells@groupes.epfl.ch
author_name: bbp-ou-cells
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: ["-x", ".codespellignorelines"]
Expand All @@ -38,6 +38,6 @@ repos:
- id: pydocstyle
additional_dependencies: ["tomli"]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
"([bB]reaking: ?)": "",
"([bB]reaking change: ?)": "",
"(^[bB]uild: ?)": "",
"(^[bB]uild\\((.*)\\): ?)": "\\($2\\)",
"(^[bB]uild\\((.*)\\): ?)": "($2) ",
"(^[cC]hore: ?)": "",
"(^[cC]hore\\((.*)\\): ?)": "\\($2\\)",
"(^[cC]hore\\((.*)\\): ?)": "($2) ",
"(^[cC][iI]: ?)": "",
"(^[cC][iI]\\((.*)\\): ?)": "\\($2\\)",
"(^[cC][iI]\\((.*)\\): ?)": "($2) ",
"(^[dD]eprecate: ?)": "",
"(^[dD]eprecate\\((.*)\\): ?)": "\\($2\\)",
"(^[dD]eprecate\\((.*)\\): ?)": "($2) ",
"(^[dD]ocs: ?)": "",
"(^[dD]ocs\\((.*)\\): ?)": "\\($2\\)",
"(^[dD]ocs\\((.*)\\): ?)": "($2) ",
"(^[fF]eat: ?)": "",
"(^[fF]eat\\((.*)\\): ?)": "\\($2\\)",
"(^[fF]eat\\((.*)\\): ?)": "($2) ",
"(^[fF]ix: ?)": "",
"(^[fF]ix\\((.*)\\): ?)": "\\($2\\)",
"(^[fF]ix\\((.*)\\): ?)": "($2) ",
"(^[pP]erf: ?)": "",
"(^[pP]erf\\((.*)\\): ?)": "\\($2\\)",
"(^[pP]erf\\((.*)\\): ?)": "($2) ",
"(^[rR]efactor: ?)": "",
"(^[rR]efactor\\((.*)\\): ?)": "\\($2\\)",
"(^[rR]efactor\\((.*)\\): ?)": "($2) ",
"(^[rR]evert: ?)": "",
"(^[rR]evert\\((.*)\\): ?)": "\\($2\\)",
"(^[rR]evert\\((.*)\\): ?)": "($2) ",
"(^[sS]tyle: ?)": "",
"(^[sS]tyle\\((.*)\\): ?)": "\\($2\\)",
"(^[sS]tyle\\((.*)\\): ?)": "($2) ",
"(^[tT]est: ?)": "",
"(^[tT]est\\((.*)\\): ?)": "\\($2\\)"
"(^[tT]est\\((.*)\\): ?)": "($2) "
}
}
}

0 comments on commit f74e754

Please sign in to comment.