Skip to content

Commit

Permalink
refactor: remove workspace.yaml in favor of pyproject.toml (#11665)
Browse files Browse the repository at this point in the history
### Summary & Motivation
As the title.

### How I Tested These Changes
`dagit`
  • Loading branch information
rexledesma committed Jan 12, 2023
1 parent d62bd97 commit ebe7bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,6 @@ combine-as-imports = true
# Imports of the form `from foo import bar as baz` show one `import bar as baz`
# per line. Useful for __init__.py files that just re-export symbols.
force-wrap-aliases = true

[tool.dagster]
module_name = "dagster_test.toys.repo"
2 changes: 0 additions & 2 deletions workspace.yaml

This file was deleted.

0 comments on commit ebe7bd5

Please sign in to comment.