Skip to content

Commit

Permalink
fix prospector
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Jun 25, 2024
1 parent abb340e commit b4043e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ doc-warnings: false
ignore-paths:
- build
- tests
- dbx/templates
- src/dbx/templates

max-line-length: 120

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python = "3.8"
dependencies = [
"black>=22.3.0,<23.0.0",
"MarkupSafe>=2.1.1,<3.0.0",
"mccabe==0.6.1",
"mccabe>=0.7.0,<1.0.0",
"mdx-include>=1.4.1,<2.0.0",
"mkdocs-click>=0.8.0,<1.0",
"mkdocs-git-revision-date-localized-plugin>=1.1.0,<=2.0",
Expand All @@ -69,10 +69,10 @@ dependencies = [
"mkdocs>=1.1.2,<2.0.0",
"poetry>=1.2.0",
"pre-commit>=2.20.0,<4.0.0",
"prospector==1.7.7",
"pycodestyle==2.8.0",
"prospector>=1.10.3,<2.0.0",
"pycodestyle>=2.12.0,<3.0.0",
"pyflakes==2.5.0",
"pylint==2.15.6",
"pylint>=2.15.6,<3.0.0",
"pytest-asyncio>=0.18.3,<1.0.0",
"pytest-clarity>=1.0.1,<2.0.0",
"pytest-cov>=4.0.0,<5.0.0",
Expand Down

0 comments on commit b4043e1

Please sign in to comment.