Skip to content

Commit

Permalink
chore: update dependency flake8-builtins to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2022
1 parent 3b70c7f commit f906be0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mypy = '^0.960'
py-githooks = '^1.1.1'
flake8 = '^3.9.2'
flake8-bugbear = '^21.11.29'
flake8-builtins = '^1.5.3'
flake8-builtins = '^2.0.1'
flake8-comprehensions = '^3.10.1'
twine = '^4.0.1'
semver = '^2.13.0'
Expand Down

1 comment on commit f906be0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: f906be0 Previous: 3b70c7f Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7723999029795248 iter/sec (stddev: 0.05808030877957089) 0.7745483720945433 iter/sec (stddev: 0.05541635470530563) 1.00
benchmarks/test_1000x.py::test_1000x_writes 0.7393000071252348 iter/sec (stddev: 0.16823541202858974) 0.7429968188800754 iter/sec (stddev: 0.1578092005613063) 1.01
benchmarks/test_standard.py::test_standard 0.7217208329201326 iter/sec (stddev: 0.07187230342955904) 0.7219449918639627 iter/sec (stddev: 0.06493203243842256) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.