Skip to content

Commit

Permalink
Bump version to 0.3.1-alpha
Browse files Browse the repository at this point in the history
- update README references
- fix README formatting
  • Loading branch information
feluelle committed Jun 30, 2022
1 parent f441e96 commit 700e10e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Alternatively you can add the following repo to your `pre-commit-config.yaml`:

```yaml
- repo: https://github.com/feluelle/airflint
rev: v0.3.0-alpha
rev: v0.3.1-alpha
hooks:
- id: airflint
args: ["-a"] # Use -a for apply the suggestions
args: ["-a"] # Use -a to apply the suggestions
additional_dependencies: # Add all package dependencies you have in your dags, preferable with version spec
- apache-airflow
- apache-airflow-providers-cncf-kubernetes
Expand All @@ -69,10 +69,10 @@ This will remove unused imports.

I am looking for contributors who are interested in..

* testing airflint with real world Airflow DAGs and reporting issues as soon as they face them
* optimizing the ast traversing for existing rules
* adding new rules based on best practices or bottlenecks you have experienced during Airflow DAGs authoring
* documenting about what is being supported in particular by each rule
* defining supported airflow versions i.e. some rules are bound to specific Airflow features and version
- testing airflint with real world Airflow DAGs and reporting issues as soon as they face them
- optimizing the ast traversing for existing rules
- adding new rules based on best practices or bottlenecks you have experienced during Airflow DAGs authoring
- documenting about what is being supported in particular by each rule
- defining supported airflow versions i.e. some rules are bound to specific Airflow features and version

For questions, please don't hesitate to open a GitHub issue.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflint"
version = "0.3.0-alpha"
version = "0.3.1-alpha"
description = "Enforce Best Practices for all your Airflow DAGs. ⭐"
authors = ["Felix Uellendall <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 700e10e

Please sign in to comment.