We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e0e76 + e28c5ce commit d819794Copy full SHA for d819794
.github/workflows/lint.yml
@@ -0,0 +1,14 @@
1
+name: Lint
2
+on: [push, pull_request]
3
+jobs:
4
+ black:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v3
8
+ - uses: psf/black@stable
9
+
10
+ ruff:
11
12
13
14
+ - uses: chartboost/ruff-action@v1
README.md
@@ -10,7 +10,7 @@ Web scraping/browser automation framework built on [Playwright](https://playwrig
# Features
- sync and async API
- plugin system [(see official plugins)](https://github.com/zigai/wrighter-plugins)
-- configuration validation base on pydantic
+- configuration validation based on pydantic
15
# Installation
16
#### From PyPi
0 commit comments