Experimentations on Bazel: Python (2), linter

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • black

    The uncompromising Python code formatter

  • psf/black: The uncompromising Python code formatter will be used. Add it to thrid_party/requirements.txt

  • bazel-linting-system

    Discontinued πŸŒΏπŸ’š Experimental system for registering, configuring, and invoking source-code linters in Bazel.

  • http_archive( name = "linting_system", sha256 = "", strip_prefix = "bazel-linting-system-0.4.0", url = "https://github.com/thundergolfer/bazel-linting-system/archive/v0.4.0.zip", ) load("@linting_system//repositories:repositories.bzl", linting_sys_repositories = "repositories") linting_sys_repositories() load("@linting_system//repositories:go_repositories.bzl", linting_sys_deps = "go_deps") linting_sys_deps()

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sandbox_bazel

    explorations of bazel, support for a serie of articles and to experiment stuff on bazel.

  • I keep the experimentation on a branch exp/linting_system and we'll try something different, make out own tools.

  • examples

    Examples for Bazel (by bazelbuild)

  • It's time create our first custom rule (inspired by the Rules Tutorial - Bazel and the examples/rules at master Β· bazelbuild/examples.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts