Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
covracer committed Jul 12, 2024
1 parent 9e01cbd commit 1e7a14e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierrc.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bracketSpacing = false
plugins = ['prettier-plugin-toml']
printWidth = 100
semi = false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ split-on-trailing-comma = false
convention = 'pep257'

[tool.setuptools.packages]
find = {namespaces = false}
find = { namespaces = false }
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ attrs==23.2.0
# via
# cattrs
# jsii
build==1.2.1
cattrs==23.2.3
# via jsii
cdktf==0.20.0
Expand Down Expand Up @@ -95,6 +96,7 @@ nodeenv==1.8.0
# via pre-commit
packaging==24.0
# via
# build
# pytest
# validate-pyproject
parso==0.8.3
Expand Down Expand Up @@ -131,6 +133,8 @@ pygments==2.17.2
# ipython
# readme-renderer
# rich
pyproject-hooks==1.1.0
# via build
pytest==8.1.1
python-dateutil==2.8.2
# via jsii
Expand Down

0 comments on commit 1e7a14e

Please sign in to comment.