Skip to content

Commit

Permalink
chore: Update the Python to 3.11 and pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 4, 2024
1 parent 9d9f184 commit b2b4603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ load("@rules_python//python/pip_install:pip_repository.bzl", "package_annotation
py_repositories()

python_register_toolchains(
name = "python3_8",
python_version = "3.8.16",
name = "python3_11",
python_version = "3.11.1",
)

load("@python3_8//:defs.bzl", "interpreter")
load("@python3_11//:defs.bzl", "interpreter")
load("@rules_python//python:pip.bzl", "pip_parse")

pip_parse(
Expand Down
2 changes: 0 additions & 2 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
indent_style = "Block"
max_width = 120
wrap_comments = true
edition = "2021"

0 comments on commit b2b4603

Please sign in to comment.