Skip to content

Commit 209ddfe

Browse files
chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v4.2.0
1 parent b356195 commit 209ddfe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 4.1.0
2+
_commit: 4.2.0
33
_src_path: https://github.com/DiamondLightSource/python-copier-template
44
author_email: [email protected]
55
author_name: Callum Forrester

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua
2424

2525
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
2626

27-
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/4.1.0/how-to.html).
27+
For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/4.2.0/how-to.html).

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ commands =
136136
src = ["src", "tests"]
137137
line-length = 88
138138
lint.select = [
139+
<<<<<<< before updating
139140
"B", # flake8-bugbear - https://docs.astral.sh/ruff/rules/#flake8-bugbear-b
140141
"C4", # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
141142
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
@@ -153,6 +154,17 @@ extend-immutable-calls = [
153154
"fastapi.Body",
154155
"fastapi.Task",
155156
"dodal.common.inject",
157+
=======
158+
"B", # flake8-bugbear - https://docs.astral.sh/ruff/rules/#flake8-bugbear-b
159+
"C4", # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
160+
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
161+
"F", # pyflakes rules - https://docs.astral.sh/ruff/rules/#pyflakes-f
162+
"N", # pep8-naming - https://docs.astral.sh/ruff/rules/#pep8-naming-n
163+
"W", # pycodestyle warnings - https://docs.astral.sh/ruff/rules/#warning-w
164+
"I", # isort - https://docs.astral.sh/ruff/rules/#isort-i
165+
"UP", # pyupgrade - https://docs.astral.sh/ruff/rules/#pyupgrade-up
166+
"SLF", # self - https://docs.astral.sh/ruff/settings/#lintflake8-self
167+
>>>>>>> after updating
156168
]
157169

158170
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)