File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/psf/black
3- rev : stable
3+ rev : 25.1.0
44 hooks :
55 - id : black
66 - repo : https://github.com/pycqa/isort
7- rev : 5.7.0
7+ rev : 6.0.1
88 hooks :
99 - id : isort
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Please see the [Python integration docs](https://posthog.com/docs/integrations/p
14142 . Run ` source env/bin/activate ` (activates the virtual environment)
15153 . Run ` python3 -m pip install -e ".[test]" ` (installs the package in develop mode, along with test dependencies)
1616 * or ` uv pip install -e ".[test]" `
17- 4 . Run ` make test `
17+ 4 . you have to run ` pre-commit install ` to have auto linting pre commit
18+ 5 . Run ` make test `
1819 1 . To run a specific test do ` pytest -k test_no_api_key `
1920
2021## PostHog recommends ` uv ` so...
@@ -25,6 +26,7 @@ uv python pin 3.9.19
2526uv venv env
2627source env/bin/activate
2728uv pip install --editable " .[dev,test]"
29+ pre-commit install
2830make test
2931```
3032
You can’t perform that action at this time.
0 commit comments