Skip to content

Commit

Permalink
Remove [project] section from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis committed Sep 2, 2023
1 parent 460b196 commit 724179e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,6 @@ repos:
language: python
files: ^docs
pass_filenames: false
- id: update-project-version
name: Update project version to the latest version
entry: ./scripts/ci/pre_commit/pre_commit_update_versions.py
language: python
files: ^pyproject.toml
pass_filenames: false
- id: check-pydevd-left-in-code
language: pygrep
name: Check for pydevd debug statements accidentally left
Expand Down
2 changes: 0 additions & 2 deletions STATIC_CODE_CHECKS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ require Breeze Docker image to be built locally.
+-----------------------------------------------------------+--------------------------------------------------------------+---------+
| update-migration-references | Update migration ref doc | * |
+-----------------------------------------------------------+--------------------------------------------------------------+---------+
| update-project-version | Update project version to the latest version | |
+-----------------------------------------------------------+--------------------------------------------------------------+---------+
| update-providers-dependencies | Update cross-dependencies for providers packages | |
+-----------------------------------------------------------+--------------------------------------------------------------+---------+
| update-spelling-wordlist-to-be-sorted | Sort alphabetically and uniquify spelling_wordlist.txt | |
Expand Down
1 change: 0 additions & 1 deletion dev/breeze/src/airflow_breeze/pre_commit_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"update-installed-providers-to-be-sorted",
"update-local-yml-file",
"update-migration-references",
"update-project-version",
"update-providers-dependencies",
"update-spelling-wordlist-to-be-sorted",
"update-supported-versions",
Expand Down
2 changes: 1 addition & 1 deletion images/breeze/output-commands-hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ setup:version:be116d90a21c2afe01087f7609774e1e
setup:fd391bab5277ad3aca65987a84144d51
shell:1462cde6f7e11a73cb42d4eec93c598e
start-airflow:d4815dea2cfc0af7038697c1d9a13996
static-checks:603a7e3c6f1eee2489db045ca2ea826c
static-checks:19926b8fcea5784b28d4a0d99865363c
testing:docker-compose-tests:a4dfe7dadbe3e95fdf2b8d2107f7e208
testing:helm-tests:0669be17b744ba057adbf38681bd8e68
testing:integration-tests:e745af9dd595adaa6f17ef02fbaae3b5
Expand Down
2 changes: 1 addition & 1 deletion images/breeze/output_static-checks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ target-version = ['py37', 'py38', 'py39', 'py310']
requires = ['setuptools==67.2.0']
build-backend = "setuptools.build_meta"

[project]
name = "apache-airflow"
version = "2.8.0.dev0" # sentinel comment for project version
requires-python = ">=3.8"

[tool.ruff]
typing-modules = ["airflow.typing_compat"]
line-length = 110
Expand Down

0 comments on commit 724179e

Please sign in to comment.