Skip to content

Commit 8bc934f

Browse files
chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v4.3.0
1 parent 1523b00 commit 8bc934f

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.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.3.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.3.0/how-to.html).

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ testpaths = "docs src tests"
101101
asyncio_mode = "auto"
102102

103103
[tool.coverage.run]
104+
patch = ["subprocess"]
104105
data_file = "/tmp/blueapi.coverage"
105106
omit = ["src/blueapi/startup/**/*"]
106107

@@ -137,6 +138,7 @@ commands =
137138
src = ["src", "tests"]
138139
line-length = 88
139140
lint.select = [
141+
<<<<<<< before updating
140142
"B", # flake8-bugbear - https://docs.astral.sh/ruff/rules/#flake8-bugbear-b
141143
"C4", # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
142144
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
@@ -154,6 +156,17 @@ extend-immutable-calls = [
154156
"fastapi.Body",
155157
"fastapi.Task",
156158
"dodal.common.inject",
159+
=======
160+
"B", # flake8-bugbear - https://docs.astral.sh/ruff/rules/#flake8-bugbear-b
161+
"C4", # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
162+
"E", # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
163+
"F", # pyflakes rules - https://docs.astral.sh/ruff/rules/#pyflakes-f
164+
"N", # pep8-naming - https://docs.astral.sh/ruff/rules/#pep8-naming-n
165+
"W", # pycodestyle warnings - https://docs.astral.sh/ruff/rules/#warning-w
166+
"I", # isort - https://docs.astral.sh/ruff/rules/#isort-i
167+
"UP", # pyupgrade - https://docs.astral.sh/ruff/rules/#pyupgrade-up
168+
"SLF", # self - https://docs.astral.sh/ruff/settings/#lintflake8-self
169+
>>>>>>> after updating
157170
]
158171

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

0 commit comments

Comments
 (0)