Skip to content

Commit

Permalink
chore: fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jul 4, 2023
1 parent 59dd20d commit 16cbc99
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 34 deletions.
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

# Global Assignment
* @litestar-org/maintainers

# Documentation
docs/* @litestar-org/maintainers @JacobCoffee
* @litestar-org/members
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.275"
rev: "v0.0.276"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -37,15 +37,15 @@ repos:
exclude: "test_decimal_constraints|examples/fields/test_example_2|examples/configuration"
additional_dependencies:
[
"pydantic>=2",
beanie,
faker,
hypothesis,
mongomock_motor,
msgspec,
odmantic,
pydantic,
pytest,
sphinx,
msgspec,
]
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.316
Expand All @@ -54,13 +54,13 @@ repos:
exclude: "tests"
additional_dependencies:
[
"pydantic>=2",
beanie,
faker,
hypothesis,
mongomock_motor,
msgspec,
odmantic,
pydantic,
pytest,
sphinx,
msgspec,
]
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

<div align="center">
<!-- prettier-ignore-start -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="20.0%">
CI/CD
</td><td align="center" valign="top" width="80.0%"><img height="100%" src="https://github.com/litestar-org/polyfactory/actions/workflows/publish.yaml/badge.svg"/></td>
</tr>

</tbody></table>

| Project | | Status |
| --------- | :-- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
71 changes: 47 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ version = "2.5.0"
description = "Mock data generation factories"
authors = [
"Na'aman Hirschfeld <[email protected]>",
"Peter Schutt <[email protected]>",
"Cody Fincher <[email protected]>",
"Janek Nouvertné <[email protected]>",
"Jacob Coffee <[email protected]>",
]
maintainers = [
"Na'aman Hirschfeld <[email protected]>",
"Peter Schutt <[email protected]>",
"Cody Fincher <[email protected]>",
"Janek Nouvertné <[email protected]>",
"Jacob Coffee <[email protected]>",
Expand Down

0 comments on commit 16cbc99

Please sign in to comment.