Skip to content

Commit

Permalink
update copier
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 15, 2024
1 parent 25057f8 commit 2773f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
_commit: acb4a69
_commit: 941f1c9
_src_path: ../../templates/base
add_extension: python
email: 3105306+timkpaine@users.noreply.github.com
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ include = [
"README.md",
]
exclude = [
".copier-answers.yml",
"/.github",
"/.gitattributes",
"/.gitignore",
Expand All @@ -134,6 +135,7 @@ include = [
"/airflow_priority",
]
exclude = [
".copier-answers.yml",
"/.github",
"/.gitattributes",
"/.gitignore",
Expand All @@ -150,16 +152,14 @@ testpaths = "airflow_priority/tests"
[tool.ruff]
line-length = 150

[tool.ruff.lint]
extend-select = ["I"]

[tool.ruff.lint.isort]
combine-as-imports = true
default-section = "third-party"
known-first-party = ["airflow_priority"]
section-order = [
"future",
"third-party",
"first-party",
"local-folder",
]
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
Expand Down

0 comments on commit 2773f33

Please # to comment.